v2.1.0
Features
This release adds a responsive API including the commonly known breakpoint sizes of Flex Layout.
In order to use the default responsive API selectors please set the bool parameter of the mixins generating the selectors to true
(see the "Getting started"
in the README). It is disabled per default because it negatively affects the size of the generated code and not all projects
may need this.
- add responsive API using flex layout media sizes
- add mixins to default API
- add flex-row properties to parent containers of elements using
.fx-flex
/data-fx-flex
if they are missing