10 lines
233 B
JSON
10 lines
233 B
JSON
{
|
|
"extends": ["stylelint-config-standard-scss"],
|
|
"rules": {
|
|
"alpha-value-notation": "number",
|
|
"color-function-notation": "legacy",
|
|
"media-feature-range-notation": "prefix",
|
|
"property-no-vendor-prefix": null
|
|
}
|
|
}
|