mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-06-07 18:38:20 +08:00
f0d32af3c3
清除多余的业务
16 lines
296 B
Plaintext
16 lines
296 B
Plaintext
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|