Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 425 Bytes

shrink.md

File metadata and controls

21 lines (15 loc) · 425 Bytes

Flex shrink

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

Install separately

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

Customizing

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

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