Compare commits

...

2 commits

Author SHA1 Message Date
Henry Jameson
01bf0e8261 Merge branch 'fixes-roundup4' into shigusegubu-themes3 2025-02-12 15:54:59 +02:00
Henry Jameson
7def989ec2 more optimization 2025-02-12 15:54:30 +02:00
2 changed files with 5 additions and 0 deletions

View file

@ -498,6 +498,8 @@ nav {
box-sizing: content-box;
color: inherit;
--shadow: none;
&.-link {
/* stylelint-disable-next-line declaration-no-important */
color: var(--link) !important;

View file

@ -567,6 +567,9 @@ export const init = ({
if (!liteMode && combination.state.indexOf('hover') >= 0) {
combination.lazy = true
}
if (extraCompileComponents.has(component.name)) {
combination.lazy = true
}
combinations.push(combination)