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
I'm getting dozens of deprecation warnings over "Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass."
For having multiple lines like this:
@import "library" // it's a .css file
Since I will not upgrade to a version of LibSass that doesn't support .css imports, can I suppress this warning?
Maybe we can give all warnings an ID and make suppressing warnings be configurable.
The text was updated successfully, but these errors were encountered:
Option to "hide" deprecation warnings?
I'm getting dozens of deprecation warnings over "Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass."
For having multiple lines like this:
Since I will not upgrade to a version of LibSass that doesn't support .css imports, can I suppress this warning?
Maybe we can give all warnings an ID and make suppressing warnings be configurable.
The text was updated successfully, but these errors were encountered: