mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-01-15 11:25:17 +00:00
style(scss): update rule-empty-line-before config
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"scss/operator-no-newline-after": null,
|
||||
"rule-empty-line-before": [
|
||||
"always",
|
||||
{ "ignore": ["after-comment", "first-nested", "inside-block"] }
|
||||
{ "ignore": ["after-comment", "first-nested"] }
|
||||
],
|
||||
"value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }],
|
||||
"media-feature-range-notation": "prefix"
|
||||
|
||||
Reference in New Issue
Block a user