]> git.ipfire.org Git - ipfire.org.git/blob - static/scss/bootstrap-4.0.0-alpha.6/scss/mixins/_resize.scss
83fa6379179cba67dbd3b3fb1b1d167380f361d4
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / scss / mixins / _resize.scss
1 // Resize anything
2
3 @mixin resizable($direction) {
4 resize: $direction; // Options: horizontal, vertical, both
5 overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
6 }