Sha256: 9473dcc1026b4693d7e4aa1d899ce3febe4c847910bece9c681aedc9454409d5
Contents?: true
Size: 613 Bytes
Versions: 17
Compression:
Stored size: 613 Bytes
Contents
@import "archetype"; a { @include horizontal-spacing(4); @include horizontal-spacing(4, $method: margin); } b { @include horizontal-spacing(nil 4); @include horizontal-spacing(nil 4, $method: margin); } c { @include horizontal-spacing(4 nil); @include horizontal-spacing(4 nil, $method: margin); } d { @include horizontal-spacing(nil 2.6); @include horizontal-spacing(nil 2.6, $abuse: true); @include horizontal-spacing(nil 2.6, $abuse: true, $method: margin); } e { @include horizontal-spacing($left: 0, $right: 0); @include horizontal-spacing($left: 0, $right: 0, $method: margin); }
Version data entries
17 entries across 17 versions & 1 rubygems