Sha256: d5d0d09ca3571bfba68c634d81dcbdd1895633f6ad7207819f993acfcda000c0

Contents?: true

Size: 809 Bytes

Versions: 46

Compression:

Stored size: 809 Bytes

Contents

[am-Grid]
  +clearfix
  float: left
  width: 100%

  @for $column-span from 1 through $grid-columns
    [am-Grid-Col~="l:#{$column-span}"], .grid-#{$column-span}-cols
      +span-columns($column-span, $grid-columns)

    [am-Grid-Col~="l:pre#{$column-span}"], .grid-#{$column-span}-pre
      +shift($column-span)

    @for $inner-column from 1 through $column-span
      [am-Grid-Col~="l:#{$inner-column}:#{$column-span}"], .grid-#{$inner-column}-of-#{$column-span}-cols
        +span-columns($inner-column of $column-span)
      [am-Grid-Col~="l:pre#{$inner-column}:#{$column-span}"], .grid-#{$inner-column}-of-#{$column-span}-pre
        +shift($inner-column of $column-span)

  [am-Grid-Row~="l:end"], .grid-end
    margin-right: 0
    clear: right

  [am-Grid-Row~="l:start"], .grid-start
    clear: left

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
smock-0.1.268 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.267 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.266 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.265 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.264 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.263 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.262 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.261 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.260 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.259 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.258 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.256 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.255 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.254 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.253 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.252 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.251 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.250 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.249 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.247 app/assets/stylesheets/modules/_am_grid.sass