Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Latest commit

 

History

History
75 lines (52 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

75 lines (52 loc) · 2.28 KB

Anything unreleased yet?


2018-08-28

Can I just have a little piece of it? 🍰

Fixed
  • If the grid container was used with -no-outer it could potentially overflow. (4d55dd1)
Changed
  • Allow importing of functions and mixins in a more comfortable way.
    For example: @import "~@gridonic/grid/mixins"; or @import "~@gridonic/grid/functions/grid-column-width"; (79886d2)
2018-07-16

Just a little bit more flexibility please. 🌱

Added
  • Allow multiple values (lists) for gutter-width and outer-margin to support responsive behaviour. (966ab71)
2018-07-10

It’s all about containers. 🚚

Changed
  • Rename -no-padding to -no-outer to avoid misconceptions (6f9f9e0)
  • Rename -fluid to -no-limit for consistency reasons (6c6bda8)
  • Container should always stretch (5d3f578)
Added
  • Add responsive -{…}-fix modifiers for enabling fixed widths (3b968ca)
2018-07-07
Fixed
  • Non-responsive column behaviour (e370bed)
Changed
  • Removed only screen media query restriction (dd7caef)
  • Allow setting initial breakpoint name (397dff5)
Added
  • Aliases for -start (-left) and -end (-right) (c3aa196)

0.1.0

2018-07-06

First (un)official silent release! 😎