Sha256: 076f5482fe0e25be0417b4fb0eaa67b00890b39c50d9d2c335bcd1911623fcbe
Contents?: true
Size: 243 Bytes
Versions: 8
Compression:
Stored size: 243 Bytes
Contents
@mixin clearfix { &::before { content: ""; display: table; clear: both; } &::after { content: ""; display: table; clear: both; } } @mixin container($breakpoint) { max-width: $breakpoint; margin: 0 auto; }
Version data entries
8 entries across 8 versions & 2 rubygems