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