-
Notifications
You must be signed in to change notification settings - Fork 77
warnings used without a fallback #56
Comments
Yes, it's annoying me a lot, so would like to have some option to deactivate it. |
As far as I could understand - based on the source code - neither strict or warnings options key has any effect on the warning :( |
+1 |
+1000 I have about 180 copies of 40 variables because I need to include :root() in EVERY single css file due to this problem. I have a root level of variables and 1000's of css files in our app that all expect to reference the variables (theme) in the globally included css file. This completely kills the app since I either geet thousands of lines of warnings on every save or I get thousands of lines of redundant css |
Please add an ability to disable the warning. In out product we use both "real" and "fake" css-properties, and this warning is annoying. |
Add me to the list of people wanting to suppress this warning. I've used |
If anyone wants to work on a PR, the relevant line seems to be: postcss-custom-properties/index.js Line 45 in 4031a44
However, |
@jonathantneal the code is a bit awkward, but it should work. |
Resolved via #67, published as 6.1.0. |
And how about to add the ability to turn this warning into error? |
is it possible to deactivate this warning, "used without a fallback " ?
thanks
The text was updated successfully, but these errors were encountered: