Skip to content

Commit cc888a8

Browse files
committed
Fixup missing styles in production
1 parent f492cc5 commit cc888a8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/pages/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
import '@/styles/base.css'
23
const dccs = Object.values(import.meta.glob('./dccs/*.md', { eager: true }))
34
---
45

src/styles/base.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;

0 commit comments

Comments
 (0)