2016-05-26 23:34:42 +00:00
|
|
|
rules:
|
|
|
|
single-line-per-selector: 0
|
2016-05-29 18:11:05 +00:00
|
|
|
# Allow for new prefixes like -webkit-tap-highlight-color or antialiasing
|
|
|
|
# Can maybe be enabled again with sass-lint 1.8 https://github.com/sasstools/sass-lint/pull/709
|
|
|
|
no-vendor-prefixes: 0
|
2016-06-03 17:44:07 +00:00
|
|
|
# Needed for old 'display: -vendor-prefix-property' for higher browser-support
|
|
|
|
no-duplicate-properties: 0
|
2017-02-01 21:41:29 +00:00
|
|
|
# Needed for unique-id()
|
|
|
|
empty-args: 0
|