Sha256: 56bf772541842b9bc89a33d33ff368edf271ea012b501a68aba5737cec203cc8
Contents?: true
Size: 170 Bytes
Versions: 8
Compression:
Stored size: 170 Bytes
Contents
// default positioning for @mixin positioned($type) { position: $type; top: 0; left: 0; } @mixin floating($direction) { @include component; float: $direction; }
Version data entries
8 entries across 8 versions & 1 rubygems