Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 22, 2023
1 parent b42e847 commit 5af47e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Layout/Base.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import "@Style/Base.css";
import "@Stylesheet/Base.css";
// TODO Place your title and description here
const { Title = "", Description = "" } = Astro.props;
Expand Down Expand Up @@ -44,7 +44,7 @@ const { Head } = await import("astro-capo");
/>

<style is:global>
@import "@Style/Global.css";
@import "@Stylesheet/Global.css";
</style>

<!-- Favicon -->
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5af47e2

Please sign in to comment.