Skip to content

Commit

Permalink
add new sass-lint rules (#3866)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdesjardins committed Jan 9, 2017
1 parent 857bd62 commit ca26b45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .sass-lint.yml
Expand Up @@ -18,6 +18,7 @@ rules:

# Disallows
no-attribute-selectors: 0
no-color-hex: 0
no-color-keywords: 0
no-color-literals: 0
no-combinators: 0
Expand All @@ -41,6 +42,7 @@ rules:
no-trailing-zero: 2
no-transition-all: 0
no-universal-selectors: 0
no-url-domains: 2
no-url-protocols: 2
no-vendor-prefixes:
- 2
Expand All @@ -49,6 +51,7 @@ rules:
property-units: 2

# Nesting
declarations-before-nesting: 2
force-attribute-nesting: 0
force-element-nesting: 0
force-pseudo-nesting: 0
Expand Down Expand Up @@ -78,6 +81,8 @@ rules:
-
size: 'tab'
leading-zero: 2
max-line-length: 0
max-file-line-count: 0
nesting-depth: 0
property-sort-order: 0
pseudo-element: 2
Expand Down

0 comments on commit ca26b45

Please sign in to comment.