Skip to content

v2.1.0

Compare
Choose a tag to compare
@philmtd philmtd released this 03 Jan 18:05
· 45 commits to master since this release
v2.1.0
c0b3b02

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