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 | |
| parent | 2fcb458c0229473309d085b65aae33d73430e65c (diff) | |
Adds base styles
| -rw-r--r-- | public/css/base/index.css | 1 | ||||
| -rw-r--r-- | public/main.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/css/base/index.css b/public/css/base/index.css new file mode 100644 index 0000000..5fcf00b --- /dev/null +++ b/public/css/base/index.css @@ -0,0 +1 @@ +@import './typography.css';
\ No newline at end of file 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 { |
