Sha256: eadc8ac2f158921e68d848144d53001ea890dc14fd73100671b218c38f0db46b
Contents?: true
Size: 215 Bytes
Versions: 11
Compression:
Stored size: 215 Bytes
Contents
@mixin absolute($top:false,$right:false,$bottom:false,$left:false) { position:absolute; @if $top { top:$top; } @if $left { left:$left; } @if $bottom { bottom:$bottom; } @if $right { right:$right; } }
Version data entries
11 entries across 11 versions & 1 rubygems