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/spacing/_xxl.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scss/custom-properties/spacing/_xxl.scss (limited to 'scss/custom-properties/spacing/_xxl.scss') diff --git a/scss/custom-properties/spacing/_xxl.scss b/scss/custom-properties/spacing/_xxl.scss new file mode 100644 index 0000000..600f74e --- /dev/null +++ b/scss/custom-properties/spacing/_xxl.scss @@ -0,0 +1,7 @@ +@use 'mixins'; +@use '../../values/spacing' as spacing-values; + +:root { + // No need for spacing here, since it's the same as sm. + @include mixins.grid($breakpoint: xxl); +} -- cgit v1.2.3