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, 0 insertions, 9 deletions
diff --git a/scss/custom-properties/typography/md.scss b/scss/custom-properties/typography/md.scss
deleted file mode 100644
index df49bdd..0000000
--- a/scss/custom-properties/typography/md.scss
+++ /dev/null
@@ -1,9 +0,0 @@
-@use 'mixins';
-
-@use '../../values/typography' as typography-values;
-
-:root {
- @include mixins.font-sizes(md);
- --border-width: #{typography-values.border-width(md)};
-}
-