Replies: 3 comments
-
Hey thanks for the feedback! Can you share an example of the sort of custom stuff you're adding that would be helpful to see first? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Everything inside @theme {} end up at the end of the list. ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Workaround: @theme {
--color-blue:;
}
:root {
--color-blue: blue;
}
` |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Until build tools automatically remove unused custom properties, it would be more convenient to have user-defined custom properties at the top of the list
When you want to change a custom property, you have to click the "show all properties" button and then scroll at the end of the looong list to access your own custom properties.
And you have to do it every time you select a different html element.
Beta Was this translation helpful? Give feedback.
All reactions