Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Dec 18, 2024
1 parent 6592ae3 commit 85bf055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Web/View/Style.hs
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ flexCol =
& prop @Text "flex-direction" "column"


-- | Set container display to Block or none
display :: (Style Display a, ToClassName a) => a -> Mod c
-- | Set container display to Block or 'None'
display :: (Style Display a, ToClassName a) =c> a -> Mod c
display display =
addClass $
cls ("disp" -. display)
Expand Down

0 comments on commit 85bf055

Please sign in to comment.