diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:48:25 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:48:25 +0100 |
| commit | 331691765c93bec0e649336060ef21240332224a (patch) | |
| tree | 4d451b21f645d109c5cab5ecd0fe201bb97ecdd6 /public/main.css | |
| parent | 2fcb458c0229473309d085b65aae33d73430e65c (diff) | |
Adds base styles
Diffstat (limited to 'public/main.css')
| -rw-r--r-- | public/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/main.css b/public/main.css index efa6b5e..f359e3f 100644 --- a/public/main.css +++ b/public/main.css @@ -1,4 +1,5 @@ @import 'css/variables/index.css'; +@import 'css/base/index.css'; @import 'css/modules/index.css'; :root { |
