]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .dev/.sasslintrc
Merge pull request #1553 from ArthurHoaro/fix/404-page
[github/shaarli/Shaarli.git] / .dev / .sasslintrc
CommitLineData
03b483aa
A
1options:
2 max-warnings: 0
3rules:
4 property-sort-order:
a5a0c039
A
5 - 0
6# Sort order rule does not work with CSS variables: https://github.com/sasstools/sass-lint/issues/1161
7# - 1
8# -
9# order: 'concentric'
03b483aa
A
10 no-important:
11 - 0
12 no-vendor-prefixes:
13 - 0 # this will be fixed with v2: see https://github.com/sasstools/sass-lint/pull/1137
14 nesting-depth:
15 - 1
16 -
17 max-depth: 4