-
Notifications
You must be signed in to change notification settings - Fork 0
Dyncol (Dynamic Columns)
Mads Thines edited this page Feb 15, 2017
·
2 revisions
Author: Mads Thines
Makes all elements inside of the parent to be in one row.
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)
Author: Mads Thines
Makes all elements inside of the parent to be in one row.
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)