astroturfcss / astroturf

Better Styling through Compiling: CSS-in-JS for those that want it all.
https://astroturfcss.github.io/astroturf/
MIT License
2.28k stars 60 forks source link

Any idea about Vue support? #710

Open Fnxxxxo opened 3 years ago

Fnxxxxo commented 3 years ago

Vue has style bindings which inserting inline style. It seems to be reasonable to pre-handle styles by astroturf then inerst the style object into visual dom through style binding. But how to setup astroturf with vue-loader?