blob: 1e05d1fb41df5c5b80a627f97bd65451f5c1b171 [file] [log] [blame]
{
"extends": ["stylelint-config-recommended"],
"plugins": ["stylelint-scss"],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"no-descending-specificity": null
}
}