-
Notifications
You must be signed in to change notification settings - Fork 918
Closed
Labels
Description
I'm using vue2.0 rc.7 and vue-loader 9.5.
I cannot figure out how to use scss in vue file.
If i write like this <style lang="scss">
, there will be an error saying Cannot resolve module 'scss' in xxxxx.
I can only use scss with<style lang="sass">
However, webstorm's inspection will not accept it.
So, how can i use scss syntax directly in *.vue
cwirz, jiv-e, HyperSimon, isnolan, jeerbl and 34 more