From 44904c449ba14c7535a169690bb6c1bdc48647ef Mon Sep 17 00:00:00 2001 From: Chris Contolini Date: Thu, 23 Sep 2021 02:52:44 -0400 Subject: [PATCH] Remove redundant heading class The element has an `h1` class in the markup so it's not needed in the stylesheet. --- packages/cfpb-layout/src/molecules/heroes.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/cfpb-layout/src/molecules/heroes.less b/packages/cfpb-layout/src/molecules/heroes.less index 885f3378ef..91a053495c 100644 --- a/packages/cfpb-layout/src/molecules/heroes.less +++ b/packages/cfpb-layout/src/molecules/heroes.less @@ -207,10 +207,6 @@ display: none; } - .m-hero_heading { - .heading-1(); - } - .m-hero_subhead { .heading-3(); }