You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
When there is more than one <style> in .vue module they are going to the final bundle.css in reversed order. Not really an issue but for example this @import rule won't work because it should be right on top of the file.
When there is more than one
<style>
in.vue
module they are going to the finalbundle.css
in reversed order. Not really an issue but for example this@import
rule won't work because it should be right on top of the file.Expected behavior
bundle.css:
Actual behavior
bundle.css:
Steps to reproduce the behavior
Module.vue:
The text was updated successfully, but these errors were encountered: