-
Notifications
You must be signed in to change notification settings - Fork 22
Can not inline multiple css #25
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
I want to be sure that if there is a historical reason for this code, can I pull a request to resolve this problem? |
@mixueXiang I think it is a bug. |
Hi @mixueXiang , Sorry for the late reply. This does seem to be a problem and I'm looking forward to your pull request! 😃 |
@runjuu , Thanks for your reply, I pulled a request, can you help me to review changes? |
Hi @mixueXiang , I've released a new version for it. |
@runjuu Thanks, new version works well. |
Uh oh!
There was an error while loading. Please reload this page.
When there are multiple css in the page that need to be inlined,a part of css will not be inlined。
I readed the source code in v4.ts, maybe the problem is here:
for example:

the element in the middle is deleted, it results in a part of css cannot be inlined.
The text was updated successfully, but these errors were encountered: