Sha256: f00945b423afa24e21f7dcd60ac87716732d9de99f8c702ca6a84a5766a5a6e3
Contents?: true
Size: 324 Bytes
Versions: 12
Compression:
Stored size: 324 Bytes
Contents
/* ========================================================================== Float Mixins ========================================================================== */ @mixin float-left { float: left !important; } @mixin float-right { float: right !important; } @mixin float-none { float: none !important; }
Version data entries
12 entries across 12 versions & 3 rubygems