@bootstrap-styled/v4
Version:
twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.
19 lines (18 loc) • 442 B
Plain Text
{
"processors": [
"stylelint-processor-styled-components"
],
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components"
],
"rules": {
"color-no-invalid-hex": true,
"color-hex-case": "upper",
"unit-no-unknown": true,
"property-no-unknown": true,
"at-rule-semicolon-newline-after": "always",
"declaration-block-no-duplicate-properties":true,
"block-no-empty": null
}
}