Sha256: 686b887d57cf8e047e7e79a3c1bdd9d073b834e5094b4992f416de9a32b5ba4b

Contents?: true

Size: 528 Bytes

Versions: 29

Compression:

Stored size: 528 Bytes

Contents

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

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

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

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

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

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
smock-0.1.58 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.57 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.56 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.55 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.54 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.53 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.52 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.51 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.50 app/assets/stylesheets/modules/_am_grid.sass