Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

PageSpeed Insights can't realize CSS Cascade Layers. #9588

Open
meistudioli opened this issue May 10, 2022 · 0 comments
Open

PageSpeed Insights can't realize CSS Cascade Layers. #9588

meistudioli opened this issue May 10, 2022 · 0 comments

Comments

@meistudioli
Copy link

meistudioli commented May 10, 2022

Hi,

I use PageSpeed Insights to check web page. I found my CLS score is ugly then I realize CSS losing (from preview). I use CSS Cascade Layers for web page. I wonder can't PageSpeed Insights realize CSS Cascade Layers ?

image

Here comes my style code.

<style>
@layer reset, defaults, patterns, components, utilities, overrides;

@import url('css/auction/reset.css') layer(reset.reset);
@import url('css/auction/defaults.css') layer(defaults.vars);
@import url('css/auction/header.css') layer(components.header);
@import url('css/auction/footer.css') layer(components.footer);
@import url('css/auction/buttons.css') layer(components.buttons);
@import url('css/auction/carousel.css') layer(components.carousel);
@import url('css/auction/shortcuts.css') layer(components.shortcuts);
@import url('css/auction/heros.css') layer(components.heros);
</style>

Thank you for reading.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant