Stylelint plugin with custom rules.
npm install --save-dev @necrobox/stylelint-rules
Obviously Stylelint should be installed too.
-
declarations-before-nesting
Forces block rules be placed above the nested blocks. -
no-transition-all
Prevents useallvalue fortransition&transition-propertyprops. -
rgba-hex-color-only
Prevents usergbafunction with non-hex color as a first argument. -
selector-max-type
Limits the number of type selectors in a selector (compatible with @necrobox/scss-vars-loader).