Sha256: 38966ce72b304823ad0e02f054a9c073763e494146daca6ebc09a4c4a42b5272
Contents?: true
Size: 552 Bytes
Versions: 4
Compression:
Stored size: 552 Bytes
Contents
@import 'setup'; .omega-default { @include omega; } .omega-table { @include omega(table); } .omega-nth-default { @include omega(4n) } .omega-nth-table { @include omega(4n table); } .omega-complex-nth { @include omega("4n+1"); } section { @include row($direction: RTL); .omega-default-left { @include omega; } .omega-table-left{ @include omega(table); } .omega-nth-default-left { @include omega(4n block); } .omega-nth-table-left { @include omega(4n table); @include reset-layout-direction; } }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
neat-1.5.0 | test/omega.scss |
neat-1.5.0.pre | test/omega.scss |
neat-1.4.0 | test/omega.scss |
neat-1.3.0 | test/omega.scss |