From 0cb6960f0c65c0d791ccdee2f5bc2e2b910cfb76 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:16:42 +0000 Subject: Uses SCSS partials (#64) --- scss/custom-properties/typography/_lg.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scss/custom-properties/typography/_lg.scss (limited to 'scss/custom-properties/typography/_lg.scss') diff --git a/scss/custom-properties/typography/_lg.scss b/scss/custom-properties/typography/_lg.scss new file mode 100644 index 0000000..30a3019 --- /dev/null +++ b/scss/custom-properties/typography/_lg.scss @@ -0,0 +1,9 @@ +@use 'mixins'; + +@use '../../values/typography' as typography-values; + +:root { + @include mixins.font-sizes(lg); + --border-width: #{typography-values.border-width(lg)}; +} + -- cgit v1.2.3