aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dev/.sasslintrc
blob: ac406d7b0418b7eb1e8729168cea270f417c029c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
options:
  max-warnings: 0
rules:
  property-sort-order:
    - 1
    -
      order: 'concentric'
  no-important:
    - 0
  no-vendor-prefixes:
    - 0 # this will be fixed with v2: see https://github.com/sasstools/sass-lint/pull/1137
  nesting-depth:
    - 1
    -
      max-depth: 4