livestyle / issues

Report all your LivesStyle issues here
24 stars 1 forks source link

Support .vue single file components #129

Open franciscolourenco opened 8 years ago

franciscolourenco commented 8 years ago

Single file components can have css, less or scss in them: https://vuejs.org/guide/application.html#Single-File-Components

There is a sublime syntax highlight which sets the scope and syntax of the <style> block based on the lang="" attribute: https://github.com/vuejs/vue-syntax-highlight

image

orenmizr commented 7 years ago

so @aristidesfl - is there a way to get livestyle to work in .vue ? (2.0 is getting traction)

franciscolourenco commented 7 years ago

Someone has to implement it. Didn't look at the code but could be not so hard.

orenmizr commented 7 years ago

i thought maybe there is a config setup to make it work (new to it). but i guess if you did not found one since July - there isn't a built in support.