From 7731e75fad0dd93b64a9671e7a2c2968e632c76f Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sun, 17 May 2020 18:41:53 -0300 Subject: [PATCH] Small fixes --- .sasslintrc | 9 ++++++--- example.html | 5 ++++- package.js | 2 -- test/index.html | 5 ++++- 4 files changed, 14 insertions(+), 7 deletions(-) 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