forked from IgniteUI/igniteui-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sass-lint.yml
73 lines (73 loc) · 1.25 KB
/
.sass-lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
files:
include: src/themes/**/*.s+(a|c)ss
options:
formatter: html
max-warnings: 50
merge-default-rules: true
output-file: linters/sass-lint.html
rules:
e-attribute-nesting:
- 0
empty-line-between-blocks:
- 0
-
ignore-single-line-rulesets: true
extends-before-declarations: 2
extends-before-mixins: 2
final-newline:
- 0
-
include: false
force-attribute-nesting: 0
force-element-nesting: 0
force-pseudo-nesting: 0
hex-notation:
- 2
-
style: lowercase
indentation:
- 1
-
size: 4
mixins-before-declarations:
- 2
-
exclude:
- breakpoint
- mq
no-debug: 1
no-ids: 2
no-important: 0
no-vendor-prefixes:
- 2
-
excluded-identifiers:
- webkit
ignore-non-standard: true
no-warn: 1
placeholder-in-extend: 2
property-sort-order:
- 1
-
ignore-custom-properties: true
order:
- display
- margin
single-line-per-selector:
- 0
space-between-parens:
- 1
-
include: false
variable-for-property:
- 2
-
properties:
- margin
- padding
- color
- background-color
- font-size
- line-height
- font-weight