We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4099f6c commit 3c8dc61Copy full SHA for 3c8dc61
.scss-lint.yml
@@ -1,7 +1,9 @@
1
# Default application configuration that all configurations inherit from.
2
3
scss_files: "_sass/**/*.scss"
4
-exclude: "_sass/vendor/**"
+exclude:
5
+ - "_sass/_reset.scss"
6
+ - "_sass/vendor/**"
7
plugin_directories: ['.scss-linters']
8
9
# List of gem names to load custom linters from (make sure they are already
0 commit comments