-
-
Notifications
You must be signed in to change notification settings - Fork 31
New CSS features #130
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
New CSS features #130
Conversation
✅ Deploy Preview for cssdb ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
@romainmenke if you can think of better examples it's more than welcome. The specs are very vague as they stand! |
romainmenke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small suggestions. Rest looks great :)
Maybe we can adjust the examples after we implement the plugins?
This will give us the chance to take a deep dive into the feature first.
Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>
Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>
This adds support for
pow(),sqrt(),hypot(),log(),exp()): https://www.w3.org/TR/css-values-4/#exponent-funcscalc()constants (e,pi,infinity,-infinityandNaN) https://www.w3.org/TR/css-values-4/#calc-constantsabs()andsign()): https://www.w3.org/TR/css-values-4/#sign-funcssin(),cos(),tan(),asin(),acos(),atan()andatan2()): https://www.w3.org/TR/css-values-4/#trig-funcsNeeded for csstools/postcss-plugins#356
It also allows to manually override support for things that aren't yet on MDN nor Can I Use