Blame | Last modification | View Log | Download | RSS feed
// Resize anything@mixin resizable($direction) {resize: $direction; // Options: horizontal, vertical, bothoverflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`}