]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/.sass-lint.yml
video-embed: inject custom CSS
[github/Chocobozzz/PeerTube.git] / client / .sass-lint.yml
CommitLineData
4de2fafc 1files:
a3705089
C
2 include:
3 - "src/app/**/*.scss"
4 - "src/assets/**/*.scss"
5 - "src/sass/**/*.scss"
6 - "src/standalone/**/*.scss"
4de2fafc
RK
7syntax:
8 include:
9 - scss
10 - sass
11rules:
12 property-sort-order: 0
13 attribute-quotes: 0
14 border-zero: 0
15 no-color-keywords: 0
6304df89 16 no-color-literals: 0
4de2fafc
RK
17 no-css-comments: 0
18 no-important: 0
19 no-trailing-zero: 1
20 space-after-bang: 1
21 space-before-bang: 1
22 space-after-colon: 1
23 space-before-colon: 1
6304df89 24 clean-import-paths: 0
4de2fafc
RK
25 hex-length: 1
26 hex-notation: 0
6304df89
C
27 nesting-depth:
28 - 1
29 - max-depth: 4
960a11e8 30 indentation: 2