Skip to content

Releases: suitcss/utils-size

2.0.1

07 Nov 19:25
Compare
Choose a tag to compare
  • Fix u-sizeFit overriding responsive versions #39

2.0.0

08 Jul 11:27
311e09b
Compare
Choose a tag to compare
  • Remove box-sizing and display from sizeFull #36

1.1.0

21 Apr 22:21
1.1.0
98786fb
Compare
Choose a tag to compare
  • Add u-sizeFit using flex-basis
  • Update preprocessor to 2.0.0

1.0.2

09 Feb 00:33
Compare
Choose a tag to compare
  • Update preprocessor to 1.0.0
  • Fix stylelint conformance

1.0.0

17 Nov 22:43
Compare
Choose a tag to compare
  • Reintroduce sizeFillAlt using flex-basis: auto. Allows sizeFillAlt and
    sizeFill to distribute space differently between multiple elements.
    See w3c spec and
    the updated test page for more information.

0.8.0

01 Nov 19:21
Compare
Choose a tag to compare
  • Use flex-basis alongside width to support flexbox Grid
  • Remove u-sizeFit, u-sizeFitAlt and u-sizeFillAlt as float based layout
    is now deprecated with the move to Flexbox
  • u-sizeFill now uses flex
  • Move to PostCSS for package build