This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
_s/.stylelintrc.json

14 lines
275 B
JSON
Raw Normal View History

{
"extends": [
"stylelint-config-wordpress/scss"
],
"ignoreFiles": [
"sass/_normalize.scss"
],
"rules": {
"font-family-no-missing-generic-family-keyword": null,
2020-04-05 22:17:17 +00:00
"no-descending-specificity": null,
"block-no-empty": null
}
}