diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-09-23 15:50:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 15:50:23 +0200 |
commit | cdb96276c1f4a1b3484ac4a1729fa5c9cdff38a5 (patch) | |
tree | cdc10640a45daab543c25debe4a193cb3d98c8c4 /.dev/.sasslintrc | |
parent | 5baafe5001ef2fbe88d3fcdcc225ec12edd3fef1 (diff) | |
parent | 9192a48be300fcfd2a6ede927b0611c66f250012 (diff) | |
download | Shaarli-cdb96276c1f4a1b3484ac4a1729fa5c9cdff38a5.tar.gz Shaarli-cdb96276c1f4a1b3484ac4a1729fa5c9cdff38a5.tar.zst Shaarli-cdb96276c1f4a1b3484ac4a1729fa5c9cdff38a5.zip |
Merge pull request #1561 from ArthurHoaro/feature/front-deps-upgrade
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 | ||