Started the styling
Need to look into how to properly deal with styling in nuxt
This commit is contained in:
parent
f1c76c22a7
commit
ca7034738b
9 changed files with 69 additions and 20 deletions
|
|
@ -3,6 +3,7 @@ import { defineNuxtConfig } from 'nuxt';
|
|||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
css: [
|
||||
'@/styles/globals.css'
|
||||
'@/assets/styles/globals.scss',
|
||||
'@/assets/styles/index.scss',
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue