Version: 0.0.10.0.23.1.13.2.03.3.03.3.13.3.23.3.43.3.53.3.63.3.73.4.03.4.14.0.0-alpha.24.0.0-alpha.34.0.0-alpha.44.0.0-alpha.54.0.0-alpha.64.0.0-beta4.0.0-beta.24.0.0-beta.34.0.04.1.04.1.14.1.24.1.34.2.14.3.04.3.14.4.04.4.14.5.04.5.14.5.24.5.34.6.04.6.14.6.25.0.0-alpha15.0.0-alpha25.0.0-alpha35.0.0-beta15.0.0-beta25.0.0-beta35.0.05.0.15.0.25.1.05.1.15.1.25.1.35.2.0-beta15.2.05.2.15.2.25.2.35.3.0-alpha15.3.0-alpha25.3.0-alpha35.3.05.3.15.3.25.3.3
// Resize anything
@mixin resizable($direction) {
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
resize: $direction; // Options: horizontal, vertical, both
}