add custom scss

This commit is contained in:
timothypidashev
2021-07-15 03:09:44 +00:00
parent e6b79fb2fa
commit 3728e52a85
2 changed files with 58 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ export default {
},
// Global CSS: https://go.nuxtjs.dev/config-css
css: [],
css: [{ src: "@/assets/scss/custom", lang: "scss" }],
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
plugins: [],