website
This commit is contained in:
16
themes/portio/assets/bootstrap-4.5.2/.stylelintrc
Normal file
16
themes/portio/assets/bootstrap-4.5.2/.stylelintrc
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"function-blacklist": ["calc"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user