sms-pager/.scss-lint.yml

16 lines
297 B
YAML

scss_files: 'app/assets/stylesheets/**/*.scss'
linters:
StringQuotes:
enabled: false
LeadingZero:
style: 'include_zero'
NestingDepth:
max_depth: 5
SelectorDepth:
max_depth: 5
SelectorFormat:
ignored_names:
QualifyingElement:
allow_element_with_attribute: true