Sha256: 51782ec7b61273270dbd7299adb0fee779d5b5b717cf0b4310a3cbc5138499fc
Contents?: true
Size: 385 Bytes
Versions: 82
Compression:
Stored size: 385 Bytes
Contents
// Foundation for Sites by ZURB // foundation.zurb.com // Licensed under MIT Open Source //// /// @group float //// @mixin foundation-float-classes { .float-left { float: left !important; } .float-right { float: right !important; } .float-center { display: block; margin-left: auto; margin-right: auto; } .clearfix { @include clearfix; } }
Version data entries
82 entries across 82 versions & 3 rubygems