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