Migrate the template to Joomla 4 #1

Merged
christian merged 13 commits from dev/j4-compatibility into master 2022-04-09 14:57:52 +00:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit 1afec10f28 - Show all commits

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

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