Skip to content

Commit

Permalink
feat!: Uncouple uswds style (#2532)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Nelson <andy@andyhub.com>
Co-authored-by: Joe Kleinschmidt <joekleinschmidt@truss.works>
Co-authored-by: Brandon Lenz <15805554+brandonlenz@users.noreply.github.com>
Co-authored-by: Shauna Keating <59394696+shkeating@users.noreply.github.com>
  • Loading branch information
5 people authored Jan 18, 2024
1 parent 94912bd commit 6ce4bbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .storybook/custom-styles.scss
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
1 change: 0 additions & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@forward 'uswds-theme';
@forward 'uswds';

@forward 'backgrounds';
@forward 'type';
Expand Down

0 comments on commit 6ce4bbb

Please sign in to comment.