From f061974833a4b6cf7582047bf31f239d0e621458 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 17 Mar 2021 21:26:44 -0400 Subject: Add a HasCss class This way I can attach page-specific CSS to the type for the page. I could make this even tighter by combining HasCss with the HTML declaration, but that would basically just be Lucid.ToHtml, so I'm not sure it is worth it. --- Biz/Look.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Look.hs') diff --git a/Biz/Look.hs b/Biz/Look.hs index aeed072..ee17525 100644 --- a/Biz/Look.hs +++ b/Biz/Look.hs @@ -40,8 +40,8 @@ where import Alpha import Clay import qualified Clay.Flexbox as Flexbox -import qualified Clay.Stylesheet as Stylesheet import qualified Clay.Property as Property +import qualified Clay.Stylesheet as Stylesheet fontStack :: Css fontStack = do -- cgit v1.2.3