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/_index.xxl.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scss/custom-properties/_index.xxl.scss (limited to 'scss/custom-properties/_index.xxl.scss') diff --git a/scss/custom-properties/_index.xxl.scss b/scss/custom-properties/_index.xxl.scss new file mode 100644 index 0000000..8555eee --- /dev/null +++ b/scss/custom-properties/_index.xxl.scss @@ -0,0 +1,3 @@ +@use 'spacing/xxl' as *; +@use 'typography/xxl' as *; + -- cgit v1.2.3