From 6ce4bbb1091670988691d10bb1e99725d96f10e7 Mon Sep 17 00:00:00 2001 From: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:45:38 -0600 Subject: [PATCH] feat!: Uncouple uswds style (#2532) Co-authored-by: Andrew Nelson Co-authored-by: Joe Kleinschmidt Co-authored-by: Brandon Lenz <15805554+brandonlenz@users.noreply.github.com> Co-authored-by: Shauna Keating <59394696+shkeating@users.noreply.github.com> --- .storybook/custom-styles.scss | 3 +-- src/styles/index.scss | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.storybook/custom-styles.scss b/.storybook/custom-styles.scss index 42071df8c0..d86e9df743 100644 --- a/.storybook/custom-styles.scss +++ b/.storybook/custom-styles.scss @@ -1,5 +1,4 @@ -// Import react-uswds scss -@import '../src/styles/index.scss'; +@use 'uswds-core' as *; // Add custom styles for storybook implementation .custom-class { diff --git a/src/styles/index.scss b/src/styles/index.scss index 20de462ada..e16e3d3942 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,5 +1,4 @@ @forward 'uswds-theme'; -@forward 'uswds'; @forward 'backgrounds'; @forward 'type';