Skip to content

Missing support for @import urls with layer() functions.Β #8670

@kwangure

Description

@kwangure

Describe the bug

CSS now has pretty wide support for @layer/layer(). However Svelte chokes on @import statements assigned to a particular layer.

@import url("bootstrap.css") layer(framework);

You can work around by putting the styles in a CSS file then import that file instead, but this only works if you do not preprocess your code to inline CSS brought in via @import or by using JS imports.

Reproduction

https://svelte.dev/repl/0bf3cf34781c4dfa8968cdba3fc1644d?version=3.59.1

Logs

No response

System Info

N/A

Severity

annoyance

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