You've already forked snikket-web-portal
9 lines
180 B
JSON
9 lines
180 B
JSON
{
|
|
"extends": ["stylelint-config-standard-scss"],
|
|
"rules": {
|
|
"color-hex-length": "long",
|
|
"color-function-notation": "legacy",
|
|
"alpha-value-notation": "number"
|
|
}
|
|
}
|