diff --git a/.sasslintrc b/.sasslintrc index 1392187..2c92215 100644 --- a/.sasslintrc +++ b/.sasslintrc @@ -1,16 +1,19 @@ ######################### -## Sass Lint File +## SASS Lint File ## See rules https://github.com/sasstools/sass-lint/tree/master/docs/rules ######################### + # Linter Options options: # Don't merge default rules merge-default-rules: false + # File Options files: include: 'src/**/*.s+(a|c)ss' ignore: - - 'node_modules/**/*.*' + - 'node_modules' + # Rule Configuration rules: attribute-quotes: @@ -52,7 +55,7 @@ rules: indentation: - 2 - - size: 'tab' + size: 2 property-sort-order: - 1 - diff --git a/example.html b/example.html index 4a12d27..8cf8b86 100644 --- a/example.html +++ b/example.html @@ -289,7 +289,10 @@

Designed with ♥ by - CJ Patoilo. Licensed under the { api.versionsFrom('METEOR@1.0') api.addFiles(['dist/milligram.css'], 'client') diff --git a/test/index.html b/test/index.html index 7ee6b60..2f58b4a 100644 --- a/test/index.html +++ b/test/index.html @@ -922,7 +922,10 @@

Designed with ♥ by - CJ Patoilo. Licensed under the