You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
468 B
YAML

options:
merge-default-rules: true
files:
ignore:
- 'src/scss/vendor/*.scss'
rules:
class-name-format:
- 1
- convention: hyphenatedbem
placeholder-name-format:
- 1
- convention: hyphenatedbem
nesting-depth:
- 1
- max-depth: 4
mixins-before-declarations:
- 1
- exclude: [ 'mediaquery', 'attention' ]
no-color-literals: 0
leading-zero: 0
property-sort-order: 0
force-pseudo-nesting: 0
space-around-operator: 0