From 309a5a356b784d60e941172b535f3d40905595da Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Tue, 11 Apr 2023 14:05:28 +1200 Subject: [PATCH] Decided against adding invisible length-lowering into CatTrap, Mondrian's would be too sophisticated! --- Graphics/Layout/CSS.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Graphics/Layout/CSS.hs b/Graphics/Layout/CSS.hs index 8b7920f..c1a73bd 100644 --- a/Graphics/Layout/CSS.hs +++ b/Graphics/Layout/CSS.hs @@ -186,7 +186,6 @@ instance PropertyParser a => PropertyParser (CSSBox a) where longhand a b c d | Just inner' <- longhand (inner a) (inner b) c d = Just b { inner = inner' } - -- TODO Facilitate length-lowering for inner value? longhand _ _ _ _ = Nothing -- | Desugar parsed CSS into more generic layout parameters. -- 2.30.2