Closed voquanghoa closed 7 years ago
Hello,
I want to use sass instead of scss/css. So when I write
<style lang="sass?indentedSyntax"> #TopHeader width: 100% background: #5699D0 color: #fff </style>
it does not work.
Please help me how to config the project to use sass
Thank you
I had the same problem as you too but Vueify seems only supports stylus, less & scss out of the box, so <style lang="sass> is implied as using scss.
<style lang="sass>
If you really want to use sass, you should try out the webpack template instead (tried & works)
Ok. Thank you. So I will close this issue
Hello,
I want to use sass instead of scss/css. So when I write
it does not work.
Please help me how to config the project to use sass
Thank you