2018-05-12 11:28:37 -04:00
|
|
|
files:
|
|
|
|
include: "**/*.s+(a|c)ss"
|
|
|
|
ignore: [
|
|
|
|
"node_modules/**/*.*",
|
|
|
|
"client/node_modules/**/*.*"
|
|
|
|
]
|
|
|
|
syntax:
|
|
|
|
include:
|
|
|
|
- scss
|
|
|
|
- sass
|
|
|
|
rules:
|
|
|
|
property-sort-order: 0
|
|
|
|
attribute-quotes: 0
|
|
|
|
border-zero: 0
|
|
|
|
no-color-keywords: 0
|
2018-06-18 04:46:47 -04:00
|
|
|
no-color-literals: 0
|
2018-05-12 11:28:37 -04:00
|
|
|
no-css-comments: 0
|
|
|
|
no-important: 0
|
|
|
|
no-trailing-zero: 1
|
|
|
|
space-after-bang: 1
|
|
|
|
space-before-bang: 1
|
|
|
|
space-after-colon: 1
|
|
|
|
space-before-colon: 1
|
2018-06-18 04:46:47 -04:00
|
|
|
clean-import-paths: 0
|
2018-05-12 11:28:37 -04:00
|
|
|
hex-length: 1
|
|
|
|
hex-notation: 0
|
2018-06-18 04:46:47 -04:00
|
|
|
nesting-depth:
|
|
|
|
- 1
|
|
|
|
- max-depth: 4
|
2018-05-30 11:10:00 -04:00
|
|
|
indentation: 2
|