1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-03-04 17:49:55 +01:00
Files
CheckServer/vendors/bootstrap/less/mixins/resize.less
2020-10-04 17:14:00 +02:00

7 lines
196 B
Plaintext

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