Search
K
Links

Stylelint

Disabling rules

If for some reason you need to use something in different manner than declared in .stylelintrc you should have good arguments in favor to it. You should comment the change accordingly:
// Force color for color themes not to change this to unreadable colors
// stylelint-disable-next-line declaration-no-important
Last modified 1yr ago