Compare commits
No commits in common. "01bf0e82617c1168924ecb73bfe022170fdc3d28" and "fe5edb7db94c13358204e874e6ba52e30cc02e88" have entirely different histories.
01bf0e8261
...
fe5edb7db9
2 changed files with 0 additions and 5 deletions
|
@ -498,8 +498,6 @@ nav {
|
|||
box-sizing: content-box;
|
||||
color: inherit;
|
||||
|
||||
--shadow: none;
|
||||
|
||||
&.-link {
|
||||
/* stylelint-disable-next-line declaration-no-important */
|
||||
color: var(--link) !important;
|
||||
|
|
|
@ -567,9 +567,6 @@ export const init = ({
|
|||
if (!liteMode && combination.state.indexOf('hover') >= 0) {
|
||||
combination.lazy = true
|
||||
}
|
||||
if (extraCompileComponents.has(component.name)) {
|
||||
combination.lazy = true
|
||||
}
|
||||
|
||||
combinations.push(combination)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue