11ty / eleventy-plugin-vue

Use Vue.js templates and Vue.js single file components in Eleventy.
195 stars 11 forks source link

When you use multiple <style> blocks in an SFC, the output order is inconsistent #20

Closed zachleat closed 3 years ago

zachleat commented 3 years ago
<style>
body {
    background-color: blue;
}
</style>
<style>
body {
    background-color: pink;
}
</style>
zachleat commented 3 years ago

Our test suite now includes this. See test/stubs-X/data.vue.