1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-03-06 23:19:38 +05:00
JaBa/dashboard/public/build/bootstrap-less/mixins/resize.less

7 lines
196 B
Text
Raw Normal View History

2022-01-04 02:18:28 +05:00
// Resize anything
.resizable(@direction) {
resize: @direction; // Options: horizontal, vertical, both
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}