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
Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.
The text was updated successfully, but these errors were encountered:
Should this rule only apply to files with .module.css🤔
Hmm, interesting. We have a project with css modules but we don't write .module.css.
I think it’s better to analyze all .css files, but the rule must work only if the option is enabled.
Implement
no-value-at-rule
.Many tools, such as lightningcss and swc, consider the @value at-rule deprecated in favor of CSS variables.
References:
Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.
The text was updated successfully, but these errors were encountered: