Sha256: 6afefd093525ce739f492e096cb5c0a9968f96f091587876d95af9d723f86fa8
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
// float .float-left { float: left; } .float-right { float: right; } // text-align .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .center { display: block; margin-right: auto; margin-left: auto; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bones-rails-0.1.0 | app/assets/stylesheets/bones/helpers/_positioning.scss |