Sha256: ac99d52beaef6dcc63fac9c562b5e3379f3ee1073b13a10d0e106898d0817159
Contents?: true
Size: 319 Bytes
Versions: 78
Compression:
Stored size: 319 Bytes
Contents
@mixin transition($time) { -webkit-transition: all $time ease-in; -moz-transition: all $time ease-in; -o-transition: all $time ease-in; transition: all $time ease-in; } @mixin lol() { .row { display: table; } [class*="col-"] { float: none; display: table-cell; vertical-align: top; } }
Version data entries
78 entries across 78 versions & 2 rubygems