mirror of
https://github.com/Expand-sys/whoscatrevival
synced 2026-03-22 09:47:08 +11:00
16 lines
332 B
Text
16 lines
332 B
Text
{
|
|
"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"
|
|
],
|
|
"function-blacklist": ["calc"]
|
|
}
|
|
}
|