@@ -9,7 +9,8 @@ import CSS.Display (ClearFloat(..), Display(..), Float(..), Position(..), absolu
9
9
import CSS.Elements (a , abbr , address , area , article , aside , audio , b , bdi , bdo , blockquote , body , br , button , canvas , caption , cite , code , col , colgroup , datalist , dd , del , details , dfn , div , dl , dt , embed , fieldset , figcaption , figure , footer , form , h1 , h2 , h3 , h4 , h5 , h6 , header , hr , html , i , iframe , img , input , ins , kbd , label , legend , li , main , map , mark , meter , nav , object , ol , optgroup , output , p , pre , progress , q , s , samp , section , small , span , strong , sub , summary , sup , tbody , td , textarea , tfoot , th , thead , tr , u , ul , var ) as X
10
10
import CSS.Flexbox (class FlexEnd , class FlexStart , class SpaceAround , class SpaceBetween , class Stretch , AlignContentValue (..), AlignItemsValue (..), AlignSelfValue (..), FlexDirection (..), FlexWrap (..), JustifyContentValue (..), alignContent , alignItems , alignSelf , column , columnReverse , flexBasis , flexDirection , flexEnd , flexFlow , flexGrow , flexShrink , flexStart , flexWrap , justifyContent , nowrap , order , row , rowReverse , spaceAround , spaceBetween , stretch , wrap , wrapReverse ) as X
11
11
import CSS.FontFace (FontFaceFormat (..), FontFaceSrc (..), fontFaceFamily , fontFaceSrc , formatName ) as X
12
- import CSS.Font (FontStyle (..), FontWeight (..), GenericFontFamily (..), bold , bolder , color , fontFamily , fontSize , fontStyle , fontWeight , italic , lighter , oblique , sansSerif , weight ) as X
12
+ import CSS.Font (FontWeight (..), GenericFontFamily (..), bold , bolder , color , fontFamily , fontSize , fontWeight , lighter , sansSerif , weight ) as X
13
+ import CSS.FontStyle (FontStyle , fontStyle ) as X
13
14
import CSS.Geometry (bottom , height , left , lineHeight , margin , marginBottom , marginLeft , marginRight , marginTop , maxHeight , maxWidth , minHeight , minWidth , padding , paddingBottom , paddingLeft , paddingRight , paddingTop , right , top , width ) as X
14
15
import CSS.Gradient (Extend , Radial , Ramp , circle , circular , closestCorner , closestSide , ellipse , elliptical , farthestCorner , farthestSide , hGradient , hRepeatingGradient , linearGradient , radialGradient , repeatingLinearGradient , repeatingRadialGradient , vGradient , vRepeatingGradient ) as X
15
16
import CSS.Property (class Val , Key (..), Literal (..), Prefixed (..), Value (..), cast , noCommas , plain , quote , value , (!)) as X
0 commit comments