From c1326f90a5d5a41463f2136fbee225d527eb0afb Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Fri, 5 Jan 2024 14:26:36 -0500 Subject: [PATCH] Remove unused USWDS utility classes changelog: Internal, Performance, Reduce size of application stylesheet --- app/assets/stylesheets/_uswds-core.scss | 2 -- app/views/users/two_factor_authentication_setup/index.html.erb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/_uswds-core.scss b/app/assets/stylesheets/_uswds-core.scss index 94b1aeb15da..2da34521ec5 100644 --- a/app/assets/stylesheets/_uswds-core.scss +++ b/app/assets/stylesheets/_uswds-core.scss @@ -16,7 +16,6 @@ 'border-color', 'border-style', 'border-width', - 'clearfix', 'color', 'display', 'flex', @@ -30,7 +29,6 @@ 'margin', 'margin-horizontal', 'margin-vertical', - 'maxw', 'padding', 'position', 'text-align', diff --git a/app/views/users/two_factor_authentication_setup/index.html.erb b/app/views/users/two_factor_authentication_setup/index.html.erb index eff5c26ec90..eb9cdb8bdc7 100644 --- a/app/views/users/two_factor_authentication_setup/index.html.erb +++ b/app/views/users/two_factor_authentication_setup/index.html.erb @@ -12,7 +12,7 @@ <%= render PageHeadingComponent.new.with_content(@presenter.heading) %> -

<%= @presenter.intro %>

+

<%= @presenter.intro %>

<% if @presenter.two_factor_enabled? %>