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.
if I am not mistaken the following should be possible (currently works in chrome).
.class{
--color: red;
color:var(--color);
}
However it is currently not supported in this plugin. Any reason? Could you support it? This would be awesome for conditional styling, e.g. notices with states like .error, .warning, etc.
The text was updated successfully, but these errors were encountered:
Sorry, I did, but somehow did not really think about it enough, as the example above would not pose a problem, but when you use the .error classes, of course it would.
Hey,
if I am not mistaken the following should be possible (currently works in chrome).
However it is currently not supported in this plugin. Any reason? Could you support it? This would be awesome for conditional styling, e.g. notices with states like
.error
,.warning
, etc.The text was updated successfully, but these errors were encountered: