Skip to content

Instantly share code, notes, and snippets.

@japalekhin
Last active May 20, 2019 14:01
Show Gist options
  • Save japalekhin/7015e2e848c2a8acc775ce808a93ce28 to your computer and use it in GitHub Desktop.
Save japalekhin/7015e2e848c2a8acc775ce808a93ce28 to your computer and use it in GitHub Desktop.

packages

terminal

npm install -D sass-loader node-sass

component

./src/components/example.vue

<style lang="scss">
  /* SCSS styles here */
</style>

external scss files

./any/where/example.scss

/* SCSS styles here */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment