Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Uncouple uswds style #2532

Merged
merged 13 commits into from
Jan 18, 2024
Merged
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
Loading