diff --git a/Makefile b/Makefile index 5cf8ea1d857..1fe9389923c 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ lint_asset_bundle_size: ## Lints JavaScript and CSS compiled bundle size @# and you have no options to split that from the common bundles. If you need to increase this @# budget and accept the fact that this will force end-users to endure longer load times, you @# should set the new budget to within a few thousand bytes of the production-compiled size. - find app/assets/builds/application.css -size -190000c | grep . + find app/assets/builds/application.css -size -185000c | grep . find public/packs/js/application-*.digested.js -size -5000c | grep . lint_migrations: diff --git a/app/assets/stylesheets/_uswds.scss b/app/assets/stylesheets/_uswds.scss index 589971faa10..94e4c5ca8be 100644 --- a/app/assets/stylesheets/_uswds.scss +++ b/app/assets/stylesheets/_uswds.scss @@ -6,7 +6,6 @@ @forward 'usa-alert'; @forward 'usa-banner'; @forward 'usa-button'; -@forward 'usa-form'; @forward 'usa-layout-grid'; @forward 'usa-link'; @forward 'usa-list';