diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-05 19:27:58 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-05 19:27:58 +0100 |
| commit | 8ccc47294e213c44139d90e4971a6ae40ff4a74a (patch) | |
| tree | 062209d707f3e0a791a70b98f8cf99dce4507dff /assets/css/partials/_index.scss | |
| parent | e587b6f6d721033b3e4b648a732457425a2ad409 (diff) | |
Refactor CSS imports and remove unused styles
Diffstat (limited to 'assets/css/partials/_index.scss')
| -rw-r--r-- | assets/css/partials/_index.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/partials/_index.scss b/assets/css/partials/_index.scss new file mode 100644 index 0000000..914dd5b --- /dev/null +++ b/assets/css/partials/_index.scss @@ -0,0 +1,3 @@ +@import "_article"; +@import "_footer"; +@import "_header";
\ No newline at end of file |
