Sha256: 54e351c48cc957c4fb69df53b01ea53c4c7b4cf67b9e090f900ceb0c9a590246

Contents?: true

Size: 635 Bytes

Versions: 28

Compression:

Stored size: 635 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-Col~="l:pre#{$inner-column}:#{$column-span}"]
        +shift($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

28 entries across 28 versions & 1 rubygems

Version Path
smock-0.1.112 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.110 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.109 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.108 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.107 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.106 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.105 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.104 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.102 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.101 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.100 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.99 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.98 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.97 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.96 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.94 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.93 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.92 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.91 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.90 app/assets/stylesheets/modules/_am_grid.sass