VueGWT / vue-gwt

Vue.js Components/Custom Elements in Java with GWT. Developed at https://www.genmymodel.com.
https://vuegwt.github.io/vue-gwt/
MIT License
204 stars 46 forks source link

Add SASS/SCSS support for scoped styles. #40

Closed slavap closed 6 years ago

slavap commented 6 years ago

Example:


<style lang="scss" scoped>
  /* SASS styling here */
</style>