vuejs-templates / browserify

A full-featured Browserify + vueify setup with hot-reload, linting & unit testing.
272 stars 85 forks source link

How to use sass #31

Closed voquanghoa closed 7 years ago

voquanghoa commented 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

tohjustin commented 7 years ago

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.

If you really want to use sass, you should try out the webpack template instead (tried & works)

voquanghoa commented 7 years ago

Ok. Thank you. So I will close this issue