2👍
✅
Assuming that your node-sass
and sass-loader
is already setup correctly.
You can use the following way to import your sass
file
<style lang="scss">
@import "./path/to/scss"
</style>
Source:stackexchange.com