Make Stylelint happy
This commit is contained in:
parent
c2357284cc
commit
1afec10f28
@ -5,6 +5,7 @@
|
|||||||
"stylelint-scss"
|
"stylelint-scss"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"indentation": 4
|
"indentation": 4,
|
||||||
|
"selector-class-pattern": "^([a-z][a-z0-9]*)((-|__)[a-z0-9]+)*$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -38,6 +38,6 @@
|
|||||||
|
|
||||||
// .nav > li:first-child,
|
// .nav > li:first-child,
|
||||||
// .mod-menu__sub > li:first-child {
|
// .mod-menu__sub > li:first-child {
|
||||||
// border-top-style: none;
|
// border-top-style: none;
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
@ -51,6 +51,7 @@
|
|||||||
> li {
|
> li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
// height: 100%;
|
// height: 100%;
|
||||||
|
|
||||||
@include abstract.for-desktop {
|
@include abstract.for-desktop {
|
||||||
|
Loading…
Reference in New Issue
Block a user