css-fx-layout
A responsive and modular SCSS flexbox library 📚
npm i -s css-fx-layout
Pure SCSS implementation
No JavaScript and no dependencies required. You can add this to any project.
Use attribute or class selectors
css-fx-layout supports using either attribute selectors like data-layout="row"
or class selectors like .fx-layout-row
.
Inspired by Angular Flex-Layout
This library is inspired by Angular's Flex-Layout and can replace most of the popular functions of the (by now deprecated) library.