stylelint-config-if-function
v0.1.0
Published
Shareable stylelint config for CSS if() function support
Maintainers
Readme
stylelint-config-if-function
A shareable Stylelint config to support the experimental CSS if() function syntax.
Installation
npm install --save-dev stylelint-config-if-function stylelint stylelint-config-standardConfiguration
{
"extends": ["stylelint-config-standard", "stylelint-config-if-function"]
}