-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sass-lint.yml
71 lines (71 loc) · 1.43 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
files:
include: 'scss/**/*.scss'
rules:
indentation:
- 1
- size: 'tab'
class-name-format:
- 1
- ignore:
- column-pronamic_payment_status
- column-pronamic_payment_subscription
- column-pronamic_subscription_status
- post-type-pronamic_payment
- post-type-pronamic_pay_subscr
nesting-depth:
- 1
- max-depth: 3
no-ids:
- 0
property-sort-order:
- 1
- order:
- background
- background-color
- background-image
- background-repeat
- border
- border-top
- border-top-width
- border-right
- border-right-color
- border-right-width
- border-bottom
- border-bottom-width
- border-left
- border-left-width
- border-radius
- border-spacing
- box-shadow
- box-sizing
- clear
- clip
- color
- content
- cursor
- display
- float
- font-family
- font-size
- font-style
- font-weight
- line-height
- list-style
- margin
- margin-top
- margin-right
- margin-bottom
- margin-left
- max-width
- padding
- outline
- overflow
- position
- top
- right
- bottom
- left
- speak
- text-indent
- width
- height