0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-13 01:08:58 +01:00
Bootstrap/less/mixins/resize.less
2017-11-25 18:06:34 -08:00

7 lines
196 B
Plaintext

// Resize anything
.resizable(@direction) {
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
resize: @direction; // Options: horizontal, vertical, both
}