~alcinnz/CatTrap

0458df98257a6e09a588f811dc43f67737a207f3 — Adrian Cochrane 1 year, 3 months ago a226a88
Constrain exports from Graphics.Layout.CSS.Length
1 files changed, 1 insertions(+), 1 deletions(-)

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

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