Anything unreleased yet?
Can I just have a little piece of it? 🍰
- If the grid container was used with
-no-outer
it could potentially overflow. (4d55dd1)
- 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)
Just a little bit more flexibility please. 🌱
- Allow multiple values (lists) for
gutter-width
andouter-margin
to support responsive behaviour. (966ab71)
It’s all about containers. 🚚
- Rename
-no-padding
to-no-outer
to avoid misconceptions (6f9f9e0) - Rename
-fluid
to-no-limit
for consistency reasons (6c6bda8) - Container should always stretch (5d3f578)
- Add responsive
-{…}-fix
modifiers for enabling fixed widths (3b968ca)
- Non-responsive column behaviour (e370bed)
- Removed
only screen
media query restriction (dd7caef) - Allow setting initial breakpoint name (397dff5)
- Aliases for
-start
(-left
) and-end
(-right
) (c3aa196)
First (un)official silent release! 😎