summaryrefslogtreecommitdiff
path: root/scss/custom-properties/typography/sm.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/custom-properties/typography/sm.scss')
-rw-r--r--scss/custom-properties/typography/sm.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom-properties/typography/sm.scss b/scss/custom-properties/typography/sm.scss
new file mode 100644
index 0000000..e1c3585
--- /dev/null
+++ b/scss/custom-properties/typography/sm.scss
@@ -0,0 +1,9 @@
+@use 'mixins';
+
+@use '../../values/typography' as typography-values;
+
+:root {
+ @include mixins.font-sizes(sm);
+ --border-width: #{typography-values.border-width(sm)};
+}
+