Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 412 Bytes

grow.md

File metadata and controls

21 lines (15 loc) · 412 Bytes

Flex grow

Class Properties
.flex-grow-0 flex-grow: 0;
.flex-grow-1 flex-grow: 1;

Install separately

@import '~scssfold/src/modules/flex/grow';

Customizing

Override the following variable before including the module. Each key is used for the class name and value for the css property.

$scssfold-flex-grow: (0, 1);