This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: ignore no descending specifity rule
version-14
prssanna
4 years ago
parent
d2213d521b
commit
477dd8512a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
frappe/.stylelintrc
+ 2
- 1
frappe/.stylelintrc
View File
@@ -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
}
}
Write
Preview
Loading…
Cancel
Save