Sha256: 30dcc5235e4a91fb7c373336dd7e1f2136de9f6cb2d320390d49ebbd9b05dfe9
Contents?: true
Size: 669 Bytes
Versions: 4
Compression:
Stored size: 669 Bytes
Contents
.flex { display: flex !important; &--column { flex-direction: column !important; } &--row { flex-direction: row !important; } &--justify-start { justify-content: flex-start !important; } &--justify-center { justify-content: center !important; } &--justify-end { justify-content: flex-end !important; } &--justify-between { justify-content: space-between !important; } &--justify-around { justify-content: space-around !important; } &--items-center { align-items: center !important; } &--items-baseline { align-items: baseline !important; } &--none { flex: none !important; } }
Version data entries
4 entries across 4 versions & 1 rubygems