From 2d564609e7c8e93b9afd3540805e1ec084b340c8 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Fri, 25 Mar 2022 13:32:48 -0700 Subject: [PATCH] Remove unneccessary styles --- styleguide-app/Example.elm | 2 -- 1 file changed, 2 deletions(-) diff --git a/styleguide-app/Example.elm b/styleguide-app/Example.elm index 06776c99..ce2d1f77 100644 --- a/styleguide-app/Example.elm +++ b/styleguide-app/Example.elm @@ -173,8 +173,6 @@ view_ example = , alignItems center , justifyContent flexStart , flexWrap Css.wrap - , Fonts.baseFont - , descendants [ Css.Global.a [ textDecoration none ] ] ] ] [ Heading.h1 [] [ Html.text (fullName example) ]