Skip to content

tegraoss/flexmixins

Repository files navigation

Flexmixins

A small lib for easily incorporate the awesome CSS flexbox module to your project, wether it uses SASS or LESS.

Get Started

Just bower fleximixins and get your flexmixins partial file from dist/ folder accordingly to your project CSS preprocessor.

About The Flexbox Module

The flexbox module is an official CSS3 module for layouting. Is easier, quickier and has better syntax than using old fashioned ways (like table&float) for putting elements exactly where and how you want them to be - specially when used for responsivity.

If you want to know more, we strongly recommend the following docs:

See Also