Make Stylelint happy

This commit is contained in:
Christian Wolf 2022-04-07 07:58:41 +02:00
parent c2357284cc
commit 1afec10f28
3 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@
"stylelint-scss"
],
"rules": {
"indentation": 4
"indentation": 4,
"selector-class-pattern": "^([a-z][a-z0-9]*)((-|__)[a-z0-9]+)*$"
}
}

View File

@ -38,6 +38,6 @@
// .nav > li:first-child,
// .mod-menu__sub > li:first-child {
// border-top-style: none;
// border-top-style: none;
// }
}

View File

@ -51,6 +51,7 @@
> li {
display: inline-block;
text-align: left;
// height: 100%;
@include abstract.for-desktop {