diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-12 19:39:06 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-12 19:39:06 +0300 |
commit | a93400f0902027c094bbd76fd50ea6f31e489d12 (patch) | |
tree | f611de8f5ab97b083b7122cc383296b974d3acdc /src/scss/global.scss | |
parent | 3376c53b2ee91041d5eaa0f9274da0affd7d4a9d (diff) | |
download | popov.link-a93400f0902027c094bbd76fd50ea6f31e489d12.tar.xz popov.link-a93400f0902027c094bbd76fd50ea6f31e489d12.zip |
Refactor Astro components and layouts
Diffstat (limited to 'src/scss/global.scss')
-rw-r--r-- | src/scss/global.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/scss/global.scss b/src/scss/global.scss index 831aa25..0e660b1 100644 --- a/src/scss/global.scss +++ b/src/scss/global.scss @@ -1,7 +1,3 @@ -// Base @import "variables"; @import "framework"; @import "print"; - -// Modules -@import "navbar"; |