diff options
author | Ben Sima <ben@bsima.me> | 2021-03-17 21:26:44 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-03-17 21:26:44 -0400 |
commit | f061974833a4b6cf7582047bf31f239d0e621458 (patch) | |
tree | f8b9dcdfd053420259676b551116012134a4754e /Biz/Look.hs | |
parent | 9dfdd80313442ee12864e72a46a86e165642d944 (diff) |
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.
Diffstat (limited to 'Biz/Look.hs')
-rw-r--r-- | Biz/Look.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |