acid testing #42

Merged
l4kr merged 1 commits from futonbeta into main 2023-09-13 14:14:39 +00:00

View File

@ -1,3 +1,6 @@
{ {
"extends": "stylelint-config-twbs-bootstrap" "extends": "stylelint-config-twbs-bootstrap/scss",
"rules": {
"selector-class-pattern": "^[_a-z][a-z0-9_\\-]*[a-z0-9]$"
}
} }