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