diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 10:54:03 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 10:54:03 +0100 |
| commit | c8f9f07197fa49ad114a30d4c40bdf24443acc3a (patch) | |
| tree | 6e0a5709db364ab1fe7b9efd29c557751509ee4a | |
| parent | 0128568e2221f1d0d5df9fe3a1ab6e5911c0655a (diff) | |
Imports xs typography variables
| -rw-r--r-- | public/css/variables/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/variables/index.css b/public/css/variables/index.css index 20b9126..3ee5183 100644 --- a/public/css/variables/index.css +++ b/public/css/variables/index.css @@ -6,4 +6,5 @@ @import 'spacing.lg.css' (min-width: 64rem); @import 'spacing.xl.css' (min-width: 96rem); @import 'spacing.xxl.css' (min-width: 120rem); -@import 'typography.css';
\ No newline at end of file +@import 'typography.css'; +@import 'typography.xs.css' (min-width: 16rem); |
