mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
build(app): use sass colors
This commit is contained in:
@@ -25,8 +25,16 @@ module.exports = {
|
||||
[
|
||||
"@nuxtjs/google-analytics",
|
||||
{
|
||||
id: "UA-125493236-1"
|
||||
id: "UA-125493236-1",
|
||||
debug: { sendHitTask: process.env.NODE_ENV === "production" }
|
||||
}
|
||||
],
|
||||
[
|
||||
"nuxt-sass-resources-loader",
|
||||
[
|
||||
// Global variables, site-wide settings, config switches, etc
|
||||
"@/assets/settings/_colors.scss"
|
||||
]
|
||||
]
|
||||
],
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user