Files
snikket-web-portal/.stylelintrc.json

9 lines
180 B
JSON

{
"extends": ["stylelint-config-standard-scss"],
"rules": {
"color-hex-length": "long",
"color-function-notation": "legacy",
"alpha-value-notation": "number"
}
}