-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Alphabetize CSS4 variables #428
Comments
FYI, I saw an older issue that was closed saying "seems there is no need", but that is not true. Here is one example of CSS variable ordering not working: Before:
After:
Not only did it simply move these 3 lines up:
but it also did not group & sort the CSS variables in any manner. Here's what I'd like to have:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you add in the alphabetization of CSS4 variables?
These are the CSS variables that start with
--
For example,
--component-height: 20px;
I would expect them to be grouped together, alphabetized amongst their group and to be the first group.
For example.
The text was updated successfully, but these errors were encountered: