diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-10-13 12:05:08 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-10-13 12:05:08 +0200 |
commit | b6f678a5a1d15acf284ebcec16c905e976671ce1 (patch) | |
tree | 33c7da831482ed79c44896ef19c73c72ada84f2e /.dev/.sasslintrc | |
parent | b14687036b9b800681197f51fdc47e62f0c88e2e (diff) | |
parent | 1c1520b6b98ab20201bfe15577782a52320339df (diff) | |
download | Shaarli-b6f678a5a1d15acf284ebcec16c905e976671ce1.tar.gz Shaarli-b6f678a5a1d15acf284ebcec16c905e976671ce1.tar.zst Shaarli-b6f678a5a1d15acf284ebcec16c905e976671ce1.zip |
Merge branch 'v0.12' into latest
Diffstat (limited to '.dev/.sasslintrc')
-rw-r--r-- | .dev/.sasslintrc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.dev/.sasslintrc b/.dev/.sasslintrc deleted file mode 100644 index 47c3145d..00000000 --- a/.dev/.sasslintrc +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | options: | ||
2 | max-warnings: 0 | ||
3 | rules: | ||
4 | property-sort-order: | ||
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' | ||
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 | ||