forked from reworkcss/css
-
Notifications
You must be signed in to change notification settings - Fork 13
@import does not work if url contains ';' #71
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
Comments
holblin
pushed a commit
that referenced
this issue
Jan 11, 2023
Hi @steffanhalv , could you check if this PR fixes your problems?
|
Yes, thx it does :) |
holblin
added a commit
that referenced
this issue
Jan 12, 2023
The new version is published in npm 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behaviour
This should be parsed correctly
Actual Behaviour
`@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300``
Becomes the first declaration and
400;500;700;900&display=swap')
the second.Reproduce Scenario (including but not limited to)
Steps to Reproduce
Run the code above
Platform and Version
4.0.1
Sample Code that illustrates the problem
Look ahead
Logs taken while reproducing problem
N/A
The text was updated successfully, but these errors were encountered: