Sha256: c320567fdb23867dbb665415dc9bd850500f8aed278ff8b8f50491534b666bf4

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

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

$small-screen: 1024px
$medium-screen: 1280px 
$large-screen: 1440px 

$not-small: "only screen and (min-width: #{$small-screen})" 
$only-small: "only screen and (max-width: #{$small-screen})" 

$only-large: "only screen and (min-width: #{$small-screen})" 
$not-large: "only screen and (max-width: #{$small-screen})" 

$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

9 entries across 9 versions & 1 rubygems

Version Path
rbbt-rest-1.4.10 share/views/compass/grid_system.sass
rbbt-rest-1.4.9 share/views/compass/grid_system.sass
rbbt-rest-1.4.8 share/views/compass/grid_system.sass
rbbt-rest-1.4.7 share/views/compass/grid_system.sass
rbbt-rest-1.4.6 share/views/compass/grid_system.sass
rbbt-rest-1.4.5 share/views/compass/grid_system.sass
rbbt-rest-1.4.4 share/views/compass/grid_system.sass
rbbt-rest-1.4.3 share/views/compass/grid_system.sass
rbbt-rest-1.4.2 share/views/compass/grid_system.sass