We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello there ! Is it possible to add a stylelinter rule for privilieging relative units in scss ?
Moreover is it possible to switch existing pixel presence in code to rem, vw, etc?
For stylelinter rule, you can use this one
"unit-allowed-list": [["em", "rem", "%", "s", "ms", "deg", "vh", "vw", "fr", "ch", "cm", "mm", "in", "pt", "pc", "ex", "vmin", "vmax", "grad", "rad", "turn", "dpi", "dpcm", "dppx"], { "severity": "warning" }]
Thanks !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello there !
Is it possible to add a stylelinter rule for privilieging relative units in scss ?
Moreover is it possible to switch existing pixel presence in code to rem, vw, etc?
For stylelinter rule, you can use this one
Thanks !
The text was updated successfully, but these errors were encountered: