1
0
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:
XhmikosR
2019-01-24 21:25:49 +02:00
committed by GitHub
parent dfba588d0d
commit 3723613875
4 changed files with 965 additions and 700 deletions

View File

@@ -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"
]
}
}