Sha256: 50f19970a6c685a9d64ac997268611016cd06f8e1edd634e3af669f76852fc88
Contents?: true
Size: 452 Bytes
Versions: 6
Compression:
Stored size: 452 Bytes
Contents
@mixin pre() { margin-left: -1rem; margin-right: -1rem; padding: 1rem; background-color: $gray-bg; } @mixin aspect-ratio($width, $height) { position: relative; &::before { display: block; content: ""; width: 100%; padding-top: ($height / $width) * 100%; } > * { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } } @mixin clearfix() { content: ""; display: table; clear: both; }
Version data entries
6 entries across 6 versions & 1 rubygems