Sha256: af4233c4b0909576ad52cc1782a106d702c7e735cf48baf0f10092f096ab449f
Contents?: true
Size: 232 Bytes
Versions: 22
Compression:
Stored size: 232 Bytes
Contents
@mixin clearfix { &:before, &:after { display: block; content: ""; clear: both; width: 0px; height: 0px; } } @mixin v-center { top: 50%; position: relative; transform: translateY(-50%); }
Version data entries
22 entries across 22 versions & 1 rubygems