aboutsummaryrefslogtreecommitdiffhomepage
path: root/.sass-lint.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-18 10:46:47 +0200
committerChocobozzz <me@florianbigard.com>2018-06-18 10:46:47 +0200
commit6304df89d66088dc825b910cc48371254a1adb7f (patch)
treeb517a1529af3ffd27af6cc6140e60db42e307abb /.sass-lint.yml
parentff33642709d7d6d3953ca8e6ce11fe4ba4a56593 (diff)
downloadPeerTube-6304df89d66088dc825b910cc48371254a1adb7f.tar.gz
PeerTube-6304df89d66088dc825b910cc48371254a1adb7f.tar.zst
PeerTube-6304df89d66088dc825b910cc48371254a1adb7f.zip
Blue links color in comments
Diffstat (limited to '.sass-lint.yml')
-rw-r--r--.sass-lint.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.sass-lint.yml b/.sass-lint.yml
index 50b9e4f93..4f184d34f 100644
--- a/.sass-lint.yml
+++ b/.sass-lint.yml
@@ -13,6 +13,7 @@ rules:
13 attribute-quotes: 0 13 attribute-quotes: 0
14 border-zero: 0 14 border-zero: 0
15 no-color-keywords: 0 15 no-color-keywords: 0
16 no-color-literals: 0
16 no-css-comments: 0 17 no-css-comments: 0
17 no-important: 0 18 no-important: 0
18 no-trailing-zero: 1 19 no-trailing-zero: 1
@@ -20,6 +21,10 @@ rules:
20 space-before-bang: 1 21 space-before-bang: 1
21 space-after-colon: 1 22 space-after-colon: 1
22 space-before-colon: 1 23 space-before-colon: 1
24 clean-import-paths: 0
23 hex-length: 1 25 hex-length: 1
24 hex-notation: 0 26 hex-notation: 0
27 nesting-depth:
28 - 1
29 - max-depth: 4
25 indentation: 2 30 indentation: 2