Replies: 2 comments
-
Hello, and thank you for the suggestion! We are not writing specifications (and don't implement them!). MDN merely documents what browsers are implementing. If your use case cannot be solved with this technique, I suggest you write it down and brings the idea to the W3C developer council. They have a discourse server, and the council performs initial feedback, helping spec writers to focus on their job. I hope this will help! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for starting the discussion. JYP has answered this above so I'm closing for now! Thank you :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
box { font-size: 14px; margin-top: 4px;border-radius: calc(prop(margin-top) * 2); // 8px }
It would be great if we could use a method like prop(xxx) to get the value of any property......
This way you don't have to define ugly variables....
Beta Was this translation helpful? Give feedback.
All reactions