diff --git a/.sass-lint.yml b/.sass-lint.yml index d7ae10c..e8c1238 100644 --- a/.sass-lint.yml +++ b/.sass-lint.yml @@ -1,6 +1,6 @@ # Linter Options options: - merge-default-rules: true + merge-default-rules: false formatter: checkstyle output-file: 'build/checkstyle.xml' files: @@ -28,7 +28,6 @@ rules: convention: none no-warn: 1 no-debug: 1 - no-ids: 0 no-important: 2 hex-notation: - 1 @@ -50,13 +49,3 @@ rules: - background - border ignore-custom-properties: true - no-qualifying-elements: - - 1 - - - allow-element-with-attribute: true - allow-element-with-class: true - allow-element-with-id: true - no-transition-all: - - 2 - - - include: false