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

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

Description

@meistudioli

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions