papercss/.stylelintrc.json
2018-05-24 08:39:06 -04:00

12 lines
213 B
JSON

{
"extends": "stylelint-config-sass-guidelines",
"plugins": [
"stylelint-scss"
],
"rules": {
"max-nesting-depth": 5,
"property-no-vendor-prefix": null,
"value-no-vendor-prefix": null
}
}