Compare commits

...

2 Commits

Author SHA1 Message Date
l4kr
96811bcc87 Merge pull request 'acid testing' (#42) from futonbeta into main
Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/42
2023-09-13 16:14:37 +02:00
l4kr
0116d4ae7f acid testing
Some checks failed
Lint / lint (pull_request) Failing after 16s
2023-09-13 16:13:57 +02: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]$"
}
}