Sha256: 9c3561eb91ffc7f3d71c7f366c5d7887f4b5c79823f1ae4574f51cbb6d491cd9

Contents?: true

Size: 237 Bytes

Versions: 8

Compression:

Stored size: 237 Bytes

Contents

// Standardizes grid sizes so if a 3rd party is making an ad they know what it's going to look like.

@for $i from 1 through 12 // loop defines widths. w1, w2, w3 . . .
  .ad.grid.#{w+$i}
    width: (100px * $i)

$seasons-ad-loaded: true

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
seasons-0.9.3.beta16 stylesheets/seasons/plugin/_ad.sass
seasons-0.9.3.beta15 stylesheets/seasons/plugin/_ad.sass
seasons-0.9.3.beta14 stylesheets/seasons/plugin/_ad.sass
seasons-0.9.3.beta13 stylesheets/seasons/plugin/_ad.sass
seasons-0.9.3.beta12 stylesheets/seasons/plugin/_ad.sass
seasons-0.9.3.beta11 stylesheets/seasons/plugin/_ad.sass
seasons-0.9.3.beta10 stylesheets/seasons/plugin/_ad.sass
seasons-0.9.3.beta9 stylesheets/seasons/plugin/_ad.sass