You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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