UNPKG

bootstrap-styled

Version:

Bootstrap Styled is a front-end ecosystem for React made with Bootstrap 4 philosophy, using the power of css-in-js thanks to styled-components.

19 lines (18 loc) 442 B
{ "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 } }