Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Latest commit

 

History

History
 
 

dimensions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Dimensions

Dimension mixins are used to add (or alter) simple width styles.

width-1of6

Parameters Type Example
$important boolean (optional) Default: false

Set the width to 16.667%.

width-1of4

Parameters Type Example
$important boolean (optional) Default: false

Set the width to 25%.

width-2of6

Parameters Type Example
$important boolean (optional) Default: false

Set the width to 33.333%.

width-3of6

Parameters Type Example
$important boolean (optional) Default: false

Set the width to 50%.

width-4of6

Parameters Type Example
$important boolean (optional) Default: false

Set the width to 66.666%.

width-3of4

Parameters Type Example
$important boolean (optional) Default: false

Set the width to 75%.

width-5of6

Parameters Type Example
$important boolean (optional) Default: false

Set the width to 83.333%.

width-full

Parameters Type Example
$important boolean (optional) Default: false

Set the width to 100%.

width-full-block

Parameters Type Example
$important boolean (optional) Default: false

Set width to 100% with display block.