Skip to content

Instantly share code, notes, and snippets.

@jamesoshea
Last active April 12, 2019 13:02
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 jamesoshea/8e089793ce4641c7364576e52b0f0ea8 to your computer and use it in GitHub Desktop.
Save jamesoshea/8e089793ce4641c7364576e52b0f0ea8 to your computer and use it in GitHub Desktop.
module.exports = {
css: {
loaderOptions: {
sass: {
data: `
@import "@/scss/variables.scss";
`
}
}
},
pwa: {
themeColor: '#FFFFFF'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment