activity-stream/.sass-lint.yml

26 строки
689 B
YAML
Исходник Обычный вид История

options:
merge-default-rules: true
files:
2017-09-08 23:15:45 +03:00
include: 'system-addon/content-src/**/*.scss'
rules:
extends-before-declarations: 2
extends-before-mixins: 2
force-element-nesting: 0
force-pseudo-nesting: 0
hex-notation: [2, {style: uppercase}]
indentation: [2, {size: 2}]
leading-zero: [2, {include: true}]
mixins-before-declarations: [2, {exclude: [breakpoint, mq]}]
nesting-depth: [2, {max-depth: 4}]
no-debug: 1
no-duplicate-properties: 2
no-misspelled-properties: [2, {extra-properties: [-moz-context-properties]}]
no-url-domains: 0
no-vendor-prefixes: 0
no-warn: 1
placeholder-in-extend: 2
property-sort-order: [2, {ignore-custom-properties: true}]