-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.scss-lint
28 lines (22 loc) · 2.04 KB
/
.scss-lint
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
scss_files: "**/*.scss"
linters:
Comment:
enablet: true,
allowed: '^[/* ]*'
HexLength:
style: long
Indentation:
enabled: true
allow_non_nested_indentation: false
character: space
width: 2
NestingDepth:
max_depth: 3
PropertySortOrder:
enabled: true
order: ["content", "display", "position", "top", "right", "bottom", "left", "width", "min-width", "max-width", "height", "min-height", "max-height", "margin", "margin-top", "margin-right", "margin-bottom", "margin-left", "padding", "padding-top", "padding-right", "padding-bottom", "padding-left", "float", "clear", "columns", "column-gap", "column-fill", "column-rule", "column-span", "column-count", "column-width", "transform", "transition", "border", "border-top", "border-right", "border-bottom", "border-left", "border-width", "border-top-width", "border-right-width", "border-bottom-width", "border-left-width", "border-style", "border-top-style", "border-right-style", "border-bottom-style", "border-left-style", "border-radius", "border-top-left-radius", "border-top-right-radius", "border-bottom-left-radius", "border-bottom-right-radius", "border-color", "border-top-color", "border-right-color", "border-bottom-color", "border-left-color", "outline", "outline-color", "outline-offset", "outline-style", "outline-width", "background", "background-color", "background-image", "background-repeat", "background-position", "background-size", "color", "font", "font-family", "font-size", "font-smoothing", "font-style", "font-variant", "font-weight", "letter-spacing", "line-height", "list-style", "text-align", "text-decoration", "text-indent", "text-overflow", "text-rendering", "text-shadow", "text-transform", "text-wrap", "white-space", "word-spacing", "border-collapse", "border-spacing", "box-shadow", "caption-side", "cursor", "empty-cells", "opacity", "overflow", "quotes", "speak", "table-layout", "vertical-align", "visibility", "z-index"]
ignore_unspecified: true
min_properties: 2
separate_groups: false
SelectorFormat:
convention: hyphenated_BEM