Sha256: 6cfc6d1c80f6757ec86a0532f33ed55322b8837541da428fb82060566c7dd7ef
Contents?: true
Size: 222 Bytes
Versions: 3
Compression:
Stored size: 222 Bytes
Contents
$set-clear-fix: fix content; @mixin set-clear($value) { @if not is-null(index($set-clear-fix, $value)) { &:after { content: " "; clear: both; display: block; visiblity: hidden; } } @else { clear: $value; } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dashy-0.0.5 | app/assets/stylesheets/dashy/set/_clear.scss |
dashy-0.0.3 | app/assets/stylesheets/dashy/set/_clear.scss |
dashy-0.0.4 | app/assets/stylesheets/dashy/set/_clear.scss |