Releases: purescript-contrib/purescript-css
Releases · purescript-contrib/purescript-css
v2.0.0
v1.1.0
v1.0.0
v0.7.0
Many new updates:
- Now uses
purescript-colours
, which fixed #22 (@sharkdp) - Added viewport units (@menelaos)
- Prefixed animation and keyframe support (@cryogenian)
box-sizing
(@Podlas29)- More element selectors (@menelaos)
Semigroup
instance forCSS
(@menelaos)Flexbox
module (@menelaos)- Fuller implementations for the
Background
andGradient
modules (@menelaos) - String rendering fixes (@paluh)
white-space
(@adarqui)
v0.6.0: Merge pull request #18 from cryogenian/text-align-overflow
Added text-align
and overflow
v0.5.2
- Added top-level
CSS
module with common re-exports (@cdepillabout)
v0.5.1
- Fixed example in
site/
(@born2defy)