forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sasslintrc
More file actions
35 lines (35 loc) · 675 Bytes
/
.sasslintrc
File metadata and controls
35 lines (35 loc) · 675 Bytes
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
{
"rules": {
"extends-before-mixins": 2,
"extends-before-declarations": 2,
"placeholder-in-extend": 2,
"mixins-before-declarations": [
2,
{
"exclude": [
"breakpoint",
"mq"
]
}
],
"no-warn": 1,
"no-debug": 1,
"no-ids": 0,
"no-important": 0,
"hex-notation": 0,
"indentation": [
2,
{
"size": 2
}
],
"class-name-format": 0,
"no-color-literals": 0,
"empty-line-between-blocks": 0,
"single-line-per-selector": 1,
"force-element-nesting": 0,
"property-sort-order": 0,
"variable-for-property": 0,
"leading-zero": 0
}
}