aboutsummaryrefslogtreecommitdiffstats
path: root/.sass-lint.yml
blob: 93f03da9cdab5385bcace3d7b02a8fd35c0ff07f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
options:
  merge-default-rules: true
  formatter: visualstudio
rules:
  indentation:
    - 1
    - size: 4
  property-sort-order:
    - 1
    - order: recess
  leading-zero:
    - 1
    - include: true
  space-around-operator: 0