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 May 21, 2019. It is now read-only.
It's worth considering whether this might be worth leaving this to the plain CSS linter. Any unknown at-rules will get pushed through to plain CSS, and tracking which ones exist and which ones don't will involve a lot of keeping up to date with the latest CSS specs, which isn't super fun.
Need to implement a lint rule that reports unknown rules that start with
@
:This is similar to stylelint's at-rule-no-unknown.
The text was updated successfully, but these errors were encountered: