Sha256: 96041eade3481aba249e73e61cf3ca85c991d007ba9160d9ebd0b3d28e702a9c

Contents?: true

Size: 634 Bytes

Versions: 66

Compression:

Stored size: 634 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

66 entries across 66 versions & 1 rubygems

Version Path
smock-0.1.188 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.187 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.186 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.185 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.184 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.182 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.181 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.180 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.179 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.178 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.177 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.176 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.175 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.170 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.169 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.168 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.167 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.166 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.165 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.164 app/assets/stylesheets/modules/_am_grid.sass