Skip to content

Dyncol (Dynamic Columns)

Mads Thines edited this page Feb 15, 2017 · 2 revisions

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)
Clone this wiki locally