Sha256: a7f0a7d2f9904e49b70969b62d8200742f85425299efb34e2e751d35a4132ace
Contents?: true
Size: 202 Bytes
Versions: 1446
Compression:
Stored size: 202 Bytes
Contents
// Resize anything @mixin resizable($direction) { overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` resize: $direction; // Options: horizontal, vertical, both }
Version data entries
1,446 entries across 1,349 versions & 99 rubygems