Sha256: 0fc3cc2887853e11b05849690c8868fe2841cdc9d80a697eedd89d9b5c822e44
Contents?: true
Size: 387 Bytes
Versions: 24
Compression:
Stored size: 387 Bytes
Contents
// // Layouts // Fixed-width and fluid (with sidebar) layouts // -------------------------------------------- // Container (centered, fixed-width layouts) .container { @include container-fixed(); } // Fluid layouts (left aligned, with sidebar, min- & max-width content) .container-fluid { padding-right: $gridGutterWidth; padding-left: $gridGutterWidth; @include clearfix(); }
Version data entries
24 entries across 24 versions & 6 rubygems