mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Load Carbon CSS at layout
This commit is contained in:
parent
1db3e523da
commit
d882191df8
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
import '~/assets/css/tailwind.css'
|
||||
// Carbon CSS
|
||||
// TODO: Remove this for better performance
|
||||
import '~/assets/css/carbon.css'
|
||||
import '@fontsource/inter/variable.css'
|
||||
|
||||
import { PageHead } from '~/helpers/config-node.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue