You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
347 B
12 lines
347 B
{ |
|
"extends": [ |
|
"stylelint-config-twbs-bootstrap/scss" |
|
], |
|
"rules": { |
|
"value-list-comma-newline-after": "always-multi-line", |
|
"value-list-comma-newline-before": "never-multi-line", |
|
"value-list-comma-space-after": "always-single-line", |
|
"scss/at-function-named-arguments": null, |
|
"scss/dollar-variable-default": null |
|
} |
|
}
|
|
|