mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-03-14 13:24:12 +00:00
25 lines
459 B
YAML
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
|