diff --git a/Makefile b/Makefile index ec1071a64f8..e2bb49b2364 100644 --- a/Makefile +++ b/Makefile @@ -115,8 +115,8 @@ lint_yarn_workspaces: ## Lints Yarn workspace packages scripts/validate-workspaces.js lint_asset_bundle_size: ## Lints JavaScript and CSS compiled bundle size - find app/assets/builds/application.css -size -350000c | grep . - find public/packs/js/application-*.digested.js -size -8000c | grep . + find app/assets/builds/application.css -size -275000c | grep . + find public/packs/js/application-*.digested.js -size -5000c | grep . lint_migrations: scripts/migration_check diff --git a/app/assets/stylesheets/_uswds.scss b/app/assets/stylesheets/_uswds.scss index 5964271ffd8..0595c4695e1 100644 --- a/app/assets/stylesheets/_uswds.scss +++ b/app/assets/stylesheets/_uswds.scss @@ -18,7 +18,6 @@ @forward 'usa-modal'; @forward 'usa-nav'; @forward 'usa-process-list'; -@forward 'usa-prose'; @forward 'usa-sidenav'; @forward 'usa-skipnav'; @forward 'usa-step-indicator'; diff --git a/app/components/accordion_component.html.erb b/app/components/accordion_component.html.erb index ad55e802fff..faa3d4a2a71 100644 --- a/app/components/accordion_component.html.erb +++ b/app/components/accordion_component.html.erb @@ -10,7 +10,7 @@