]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .dev/.sasslintrc
Add SASSLint makefile target, and run it in CI
[github/shaarli/Shaarli.git] / .dev / .sasslintrc
1 options:
2 max-warnings: 0
3 rules:
4 property-sort-order:
5 - 1
6 -
7 order: 'concentric'
8 no-important:
9 - 0
10 no-vendor-prefixes:
11 - 0 # this will be fixed with v2: see https://github.com/sasstools/sass-lint/pull/1137
12 nesting-depth:
13 - 1
14 -
15 max-depth: 4