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.
microsrebelles-site/.stylelintrc.json

12 lines
280 B
JSON

{
"extends": [
"stylelint-config-twbs-bootstrap/scss",
"stylelint-prettier/recommended"
],
"rules": {
"scss/at-function-named-arguments": null,
"scss/at-mixin-argumentless-call-parentheses": "never",
"scss/at-rule-conditional-no-parentheses": true
}
}