Add context menu to player
[oweals/peertube.git] / .sass-lint.yml
1 files:
2   include: "**/*.s+(a|c)ss"
3   ignore: [
4     "node_modules/**/*.*",
5     "client/node_modules/**/*.*"
6   ]
7 syntax:
8     include:
9       - scss
10       - sass
11 rules:
12   property-sort-order: 0
13   attribute-quotes: 0
14   border-zero: 0
15   no-color-keywords: 0
16   no-css-comments: 0
17   no-important: 0
18   no-trailing-zero: 1
19   space-after-bang: 1
20   space-before-bang: 1
21   space-after-colon: 1
22   space-before-colon: 1
23   hex-length: 1
24   hex-notation: 0
25   indentation: 2