Sha256: 9c08fb333444e09c339219c6a7821e5786843eac9e88caf755957e6c4b7a8416
Contents?: true
Size: 210 Bytes
Versions: 10
Compression:
Stored size: 210 Bytes
Contents
@mixin box-sizing($box) { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @mixin clearfix { &:after { content: ""; display: table; clear: both; } }
Version data entries
10 entries across 10 versions & 1 rubygems