Decided against adding invisible length-lowering into CatTrap, Mondrian's would be too sophisticated!
1 files changed, 0 insertions(+), 1 deletions(-) M Graphics/Layout/CSS.hs
M Graphics/Layout/CSS.hs => Graphics/Layout/CSS.hs +0 -1
@@ 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.