]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/scss/mixins/_resize.scss
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / scss / mixins / _resize.scss
CommitLineData
91e44d91
S
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}