Skip to content

Commit a70f6fb

Browse files
committed
Cleanup: Style imports.
1 parent 578fa57 commit a70f6fb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/content/days/.gitkeep

Whitespace-only changes.

src/layouts/MarkdownLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Layout from "@layouts/Layout.astro";
33
import Section from "@ui/Section.astro";
44
import TwoCols from "@components/TwoCols.astro";
55
6-
import "../styles/markdown.css";
6+
import "@styles/markdown.css";
77
88
const { title, description, toc=false } = Astro.props;
99

src/layouts/SectionLayout.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
import Layout from "@layouts/Layout.astro";
33
import Section from "@ui/Section.astro";
4-
5-
import "../styles/markdown.css";
4+
import "@styles/markdown.css";
65
76
const { title, description } = Astro.props;
87
---

0 commit comments

Comments
 (0)