~alcinnz/CatTrap

309a5a356b784d60e941172b535f3d40905595da — Adrian Cochrane 1 year, 5 months ago 72d0192
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.