Sha256: 88f2bdc1c4b880debeb2b05023d6a7eebd978027bb0053411a195022f088d763

Contents?: true

Size: 948 Bytes

Versions: 34

Compression:

Stored size: 948 Bytes

Contents

@for $column-span from 1 through $grid-columns
  .grid-#{$column-span}-cols
    +span-columns($column-span, $grid-columns)

@for $column-span from 1 through $grid-columns
  .grid-#{$column-span}-pre
    +shift($column-span of $grid-columns)

.grid-start
  clear: left

.grid-end
  margin-right: 0
  clear: right

[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

34 entries across 34 versions & 1 rubygems

Version Path
smock-0.1.223 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.222 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.221 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.220 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.219 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.218 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.217 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.216 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.215 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.214 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.213 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.212 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.211 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.210 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.209 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.208 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.207 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.206 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.205 app/assets/stylesheets/modules/_am_grid.sass
smock-0.1.204 app/assets/stylesheets/modules/_am_grid.sass