-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watch for upcoming native CSS features #1830
Labels
Frontend (Style)
Related to the client-side CSS (or Sass)
Milestone
Comments
The |
In the future, I may split this into individual issues. |
Nesting on caniuse.com: https://caniuse.com/css-nesting |
Scroll timeline: https://caniuse.com/css-scroll-timeline |
Closing this as I've split it into individual issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few features to watch for that will occur natively in CSS rather than needing a preprocessor like Sass:
Custom Selectors:
https://cssdb.org/#custom-selectors
Nesting:
https://cssdb.org/#nesting-rules
system-ui Font Family:
https://caniuse.com/font-family-system-ui
https://cssdb.org/#system-ui-font-family
I really like this site to track the stages of upcoming CSS features:
https://cssdb.org/
The text was updated successfully, but these errors were encountered: