Dyncol (Dynamic Columns) - adaptdk/adapt-mixins GitHub Wiki
Author: Mads Thines
Purpose:
Makes all elements inside of the parent to be in one row.
How to use
Include on the parent of the elements where you want to create the grid system. (Everythings optional)
@include dyncol;
or
@include dyncol(2%, *);
- Margin 2% is the margin between the rows
- Selector The selector's element (Only useful if there's other html tags in the same parent)
DyncolFloat (Dynamic Columns - Float)
Author: Mads Thines
Purpose:
Makes all elements inside of the parent to be in one row.
How to use
Include on the parent of the elements where you want to create the grid system. (Everythings optional)
@include dyncolFloat;
or
@include dyncolFloat(2%, *);
- Margin 2% is the margin between the rows
- Selector The selector's element (Only useful if there's other html tags in the same parent)