Sha256: 417927bab77fc5499bb9633d03360ddd91e7719ae462946a50a7322c161a3cb6
Contents?: true
Size: 752 Bytes
Versions: 2
Compression:
Stored size: 752 Bytes
Contents
// Make sure the charset is set appropriately @charset "UTF-8" // This includes all of the foundation global elements that are needed to work with any of the other files. $legacy-support-for-ie7: false !default $legacy-support-for-ie6: false !default $breakpoint: 1024px @import 'screen_sizes' $row-width: auto $column-gutter: 30px $total-columns: 12 $indent: 15px $vindent: 22px =clear_fix() &:before, &:after content: " " display: table &:after clear: both =css-triangle($a,$b,$c) @import "susy" =grid_row($size:12) @include container($size) //@include clearfix() =grid_column($size:1, $float:left, $last_column:false) @if $last_column @include span($size of 12 last) @else @include span($size of 12)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rbbt-rest-1.4.12 | share/views/compass/grid_system.sass |
rbbt-rest-1.4.11 | share/views/compass/grid_system.sass |