fiddle/.stylelintrc

12 строки
254 B
Plaintext

{
"extends": "stylelint-config-standard",
"customSyntax": "postcss-less",
"ignoreFiles": [
"./src/less/*-vendor.less"
],
"rules": {
"alpha-value-notation": null,
"color-function-notation": null,
"import-notation": "string"
}
}