Sha256: dec5b0675da7d84330148bb31f6e785a46ed5fba71a6208c08feb58821231307
Contents?: true
Size: 699 Bytes
Versions: 9
Compression:
Stored size: 699 Bytes
Contents
// ============================================= // Global Styles // Last Updated:2013-6-23 // ============================================= %html { width:100%; height:100%; } %document { width:100% !important; min-height:100%; background:$background-color; margin:0; padding:0; } %hr { border:0; border-bottom:1px solid $border-color; margin:$gutter auto; clear:both; } %img { max-width:100%; border:none; } @if $global-tags { $elements: html hr img; @for $i from 1 through length($elements) { #{nth($elements, $i)} { @extend %#{nth($elements, $i)}; } } html, body { @extend %document; } a img { @extend %img; } }
Version data entries
9 entries across 9 versions & 1 rubygems