Преглед изворни кода

fix: ignore no descending specifity rule

version-14
prssanna пре 4 година
родитељ
комит
477dd8512a
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      frappe/.stylelintrc

+ 2
- 1
frappe/.stylelintrc Прегледај датотеку

@@ -3,6 +3,7 @@
"plugins": ["stylelint-scss"],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true
"scss/at-rule-no-unknown": true,
"no-descending-specificty": null
}
}

Loading…
Откажи
Сачувај