Sha256: be1cd37397c1dadda33b57c28db3eb4a42a6191dbc62008b401597a82dcb5f33
Contents?: true
Size: 422 Bytes
Versions: 131
Compression:
Stored size: 422 Bytes
Contents
@import "variable"; @mixin flex($direction: row, $justify: normal, $align: normal, $wrap: nowrap) { display: flex; flex-direction: $direction; justify-content: $justify; align-items: $align; flex-wrap: $wrap; } @mixin font($size: $t3-text, $color: $primary-text-clr, $weight: normal) { font-size: $size; font-weight: $weight; color: $color; } @mixin transition-linear { transition: all .2s linear; }
Version data entries
131 entries across 131 versions & 1 rubygems