Merge pull request 'acid testing' (#42) from futonbeta into main

Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/42
This commit is contained in:
l4kr 2023-09-13 16:14:37 +02:00
commit 96811bcc87

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