You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
I may be wrong in my interpretation of this plugin but I don't understand what it does when we use CSS custom properties outside of a :root definition.
I like that it keeps the use of var(--color) for browsers that can deal with it but just prefix it with a safe value.
But I don't understand why it does not work with --othercolor, especially when it duplicates the lines.
Is there something I'm missing or is this a bug?
The text was updated successfully, but these errors were encountered:
Hello,
I may be wrong in my interpretation of this plugin but I don't understand what it does when we use CSS custom properties outside of a
:root
definition.Here is a test file:
And here is the output:
I like that it keeps the use of
var(--color)
for browsers that can deal with it but just prefix it with a safe value.But I don't understand why it does not work with
--othercolor
, especially when it duplicates the lines.Is there something I'm missing or is this a bug?
The text was updated successfully, but these errors were encountered: