Sha256: ebc8be2de79a2a9b7aff0d5b9ee0057e160b1e3ab65e89a157a33a67b8f520b8
Contents?: true
Size: 300 Bytes
Versions: 13
Compression:
Stored size: 300 Bytes
Contents
@mixin exdent-horizontally($size) { margin-left: -$size; margin-right: -$size; & > * { padding-left: $size; padding-right: $size; } } @mixin exdent-vertically($size) { margin-top: -$size; margin-bottom: -$size; & > * { padding-top: $size; padding-bottom: $size; } }
Version data entries
13 entries across 13 versions & 1 rubygems