Choices/.stylelintrc.json
2021-12-19 17:43:03 -05:00

6 lines
130 B
JSON

{
"extends": "stylelint-config-standard-scss",
"rules": {
"declaration-block-no-redundant-longhand-properties": null
}
}