Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing isse when using css @import rules #21

Open
IARI opened this issue Nov 27, 2023 · 0 comments
Open

Parsing isse when using css @import rules #21

IARI opened this issue Nov 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@IARI
Copy link

IARI commented Nov 27, 2023

when you add a css import within a html template like so

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

The parser will fail, saying "Element style is not closed".
It appears that this is interpreted as some Edge control statement, while it actually only is a regular css statement.

@Xstoudi Xstoudi added the bug Something isn't working label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants