mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-09 05:00:45 +02:00
Update devDependencies and gems. (#28094)
This commit is contained in:
12
.stylelintrc
12
.stylelintrc
@@ -1,5 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user