1
0
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:
Cotes Chung
2023-09-28 01:21:30 +08:00
parent 2d56597571
commit b489da89ca
4 changed files with 64 additions and 1 deletions

View File

@@ -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"