Skip to content

Instantly share code, notes, and snippets.

@fysherman
Created October 28, 2021 04:00
Show Gist options
  • Save fysherman/36d9cada3166f0a855e129c92593325f to your computer and use it in GitHub Desktop.
Save fysherman/36d9cada3166f0a855e129c92593325f to your computer and use it in GitHub Desktop.
Use scss global variable in Nuxt js
{
buildModules: [
'@nuxtjs/style-resources'
],
styleResources: {
scss: [
'./assets/scss/_responsive.scss', // use underscore "_" & also file extension ".scss"
'./assets/scss/_variables.scss' // use underscore "_" & also file extension ".scss"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment