diff options
Diffstat (limited to 'packages/client/src/scss/_variables.scss')
-rw-r--r-- | packages/client/src/scss/_variables.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/client/src/scss/_variables.scss b/packages/client/src/scss/_variables.scss new file mode 100644 index 0000000..afd2347 --- /dev/null +++ b/packages/client/src/scss/_variables.scss @@ -0,0 +1,9 @@ + +$base: 0.75rem; + +$font-size-1: $base * 2.5; +$font-size-2: $base * 2; +$font-size-3: $base * 1.75; +$font-size-4: $base * 1.5; +$font-size-5: $base * 1.125; +$font-size-6: $base;
\ No newline at end of file |