- Fix u-sizeFit overriding responsive versions #39
- Remove
box-sizing
anddisplay
from sizeFull #36
- Add
u-sizeFit
usingflex-basis
- Update
preprocessor
to2.0.0
- Update
preprocessor
to1.0.0
- Fix stylelint conformance
- Ensure code conforms to SUIT CSS style rules with stylelint
- Add suitcss-preprocessor
0.8.0
- Reintroduce
sizeFillAlt
usingflex-basis: auto
. AllowssizeFillAlt
andsizeFill
to distribute space differently between multiple elements. See w3c spec and the updated test page for more information.
- Use
flex-basis
alongsidewidth
to support flexbox Grid - Remove
u-sizeFit
,u-sizeFitAlt
andu-sizeFillAlt
as float based layout is now deprecated with the move to Flexbox u-sizeFill
now usesflex
- Move to PostCSS for package build
- Add support for JS bundling.
- Add
.css
extension to imports for interoperability.
- npm-based workflow.
- Add MQ files back to component.json.
- Add new preprocessor build tools.
- Remove MQ files from component.json.
- Add
files
to package.json.
- Use
calc()
to improve precision of recurring decimals.
- Change media query naming convention to
u-sm-*
,u-md-*
,u-lg-*
. - Add npm support.
- Remove CSSLint.
- Move package to 'utils-size'.
- Add responsive offset plugins.
- Add CSS linting.
- Add
!important
to remaining declarations.
- Add
!important
tosizeXofY
declarations. - Remove stray
size3of9
selector. - Add Xof3 proportions to documentation.
- Add
box-sizing:border-box
tosizeFull
. - Create a
sizeFitAlt
utility for floating right. - Add tests for intrinsic width utilities.
- Fix tests.
- Add Bower ignores.
- Rename
component.json
tobower.json
.
- Add intrinsic width utilities.
- Use a
size
identifier in the class name.
- Add test file.
- Fix missing comma in selector.
- Public release.