We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b42848 commit 44ebefcCopy full SHA for 44ebefc
.stylelintignore
@@ -1,3 +1,6 @@
1
src/sass/fa/**
2
src/sass/fontawesome.scss
3
node_modules/bootstrap/scss/*.scss
4
+src/sass/prism.scss
5
+src/sass/print.scss
6
+src/sass/**
.stylelintrc.json
@@ -16,5 +16,6 @@
16
"rule-empty-line-before": null,
17
"at-rule-empty-line-before": null,
18
"scss/at-extend-no-missing-placeholder": null
19
- }
+ },
20
+ "allowEmptyInput": true
21
}
0 commit comments