123456789101112131415 |
- {
- "extends": [
- "stylelint-config-twbs-bootstrap/scss"
- ],
- "rules": {
- "property-blacklist": [
- "border-radius",
- "border-top-left-radius",
- "border-top-right-radius",
- "border-bottom-right-radius",
- "border-bottom-left-radius",
- "transition"
- ]
- }
- }
|