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