2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+11 -1
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"
]
}
}