~alcinnz/CatTrap

d11d316860e721de5e47d908171aabba7f0eda53 — Adrian Cochrane 1 year, 3 months ago 2833518
Export extended length parser.
1 files changed, 2 insertions(+), 1 deletions(-)

M Graphics/Layout/CSS/Length.hs
M Graphics/Layout/CSS/Length.hs => Graphics/Layout/CSS/Length.hs +2 -1
@@ 1,5 1,6 @@
{-# LANGUAGE OverloadedStrings #-}
module Graphics.Layout.CSS.Length(Unitted, auto, parseLength, n2f, finalizeLength, px2pt, Font'(..)) where
module Graphics.Layout.CSS.Length(Unitted, auto, parseLength, parseLength',
        n2f, finalizeLength, px2pt, Font'(..)) where

import Data.CSS.Syntax.Tokens (Token(..), NumericValue(..))
import qualified Data.Text as Txt