Sha256: 06c29fc7fe8434c6933041421c3d5b2fbbbdcc07b8baf58293d6588c2ed8a762
Contents?: true
Size: 451 Bytes
Versions: 5
Compression:
Stored size: 451 Bytes
Contents
@import "setup"; .shift-default { @include shift; } .shift-positive { @include shift(2); } .shift-negative { @include shift(-3); } // Nesting .shifted-parent { @include span-columns(6); .shifted-child { @include shift(2 of 6); } } .post-nested-shift { @include shift(2); } // Changing direction section { @include row($direction: RTL); .shift-negative { @include shift(-3); @include reset-layout-direction; } }
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
neat-1.9.1 | test/shift.scss |
neat-1.9.0 | test/shift.scss |
neat-1.8.0 | test/shift.scss |
neat-1.7.4 | test/shift.scss |
neat-1.7.3 | test/shift.scss |