Skip to content

Commit 576aef8

Browse files
committed
Add base styles to all layouts
1 parent c80ce14 commit 576aef8

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

src/layouts/Centers.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 { frontmatter } = Astro.props
34
---
45

src/layouts/DCC.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 { frontmatter } = Astro.props
34
---
45

src/layouts/Outreach.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 { frontmatter } = Astro.props
34
---
45

src/layouts/Partnerships.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 { frontmatter } = Astro.props
34
---
45

src/layouts/Publication.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 { frontmatter } = Astro.props
34
---
45

src/layouts/Tools.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 { frontmatter } = Astro.props
34
---
45

src/layouts/UseCase.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 { frontmatter } = Astro.props
34
---
45

src/layouts/Webinars.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 { frontmatter } = Astro.props
34
---
45

0 commit comments

Comments
 (0)