ulib/3party/fmt/doc/bootstrap/mixins/resize.less

7 lines
196 B
Plaintext
Raw Normal View History

2023-12-05 11:33:13 +08:00
// Resize anything
.resizable(@direction) {
resize: @direction; // Options: horizontal, vertical, both
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}