Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix: external css properly handle html5-compliant syntax #287
Conversation
Great, will need rebase (conflicts). |
Yea, sure, didn't want to ship these two things (this one & #286) in a single PR, so the conflicts were inevitable here. |
No rush, I tend to releases on fri/sat anyway, so I can test it out a bit! |
2586a1e
to
909e172
@lmiller1990 done! |
I will release early next week. |
vue-jest
fails when using proper html5 syntax when including external css files.When I import external CSS in a following way (that's something recommended by vue-loader and only way handled properly by vetur - they do not support highlighting of self-closing
style
tags):vue-jest
fails - it treats this style block as there would be nosrc
attribute at all!Fixed that case (added
content.trim()
- that's becausevue/component-compiler
for<style></style>
returns bunch of spaces - something like: " ").