Skip to content

Instantly share code, notes, and snippets.

@fczbkk
Last active April 30, 2020 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fczbkk/6b0ecd2cb6b8d97714ccf58efb832ab0 to your computer and use it in GitHub Desktop.
Save fczbkk/6b0ecd2cb6b8d97714ccf58efb832ab0 to your computer and use it in GitHub Desktop.
Import SCSS variables in every Vue component
module.exports = {
css: {
loaderOptions: {
sass: {
prependData: `@import "./styles/_variables.scss";`
}
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment