Files
rancher-docs/.sass-lint.yml
Vincent Fiduccia 4bca1eb190 Color
2018-04-27 13:50:36 -07:00

25 lines
459 B
YAML

options:
formatter: stylish
merge-default-rules: true
files:
include: 'src/sass/**/*.scss'
rules:
bem-depth: 1
brace-style: 0
class-name-format:
- 1
- convention: 'hyphenatedbem'
- allow-single-line: false
empty-args: 0
indentation:
- 1
- size: 4
mixin-name-format:
- 1
- convention: 'hyphenatedbem'
no-color-keywords: 0
no-color-literals: 0
property-sort-order: 0
no-ids: 0
one-declaration-per-line: 1