0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/.stylelintrc

16 lines
296 B
Plaintext
Raw Normal View History

2017-10-03 05:34:56 +02:00
{
"extends": [
2019-01-10 14:56:54 +01:00
"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"
]
}
2017-10-03 05:34:56 +02:00
}