Flexbox helpers (#3047)

* Add flexbox helpers

* Add flex-{grow,shrink}: 0

* Order alphabetically

* Make classes shorter

* Rename to flexbox and used full attribute names
This commit is contained in:
Matthijs Meulenbrug
2020-08-27 10:02:12 +02:00
committed by GitHub
parent da369e134c
commit 3c4dd3a326
2 changed files with 36 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
@charset "utf-8"
@import "color.sass"
@import "flexbox.sass"
@import "float.sass"
@import "other.sass"
@import "overflow.sass"