mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-20 04:10:58 +00:00
7 lines
140 B
Text
7 lines
140 B
Text
|
|
// Resize anything
|
||
|
|
|
||
|
|
.resizable(@direction) {
|
||
|
|
resize: @direction; // Options: horizontal, vertical, both
|
||
|
|
overflow: auto; // Safari fix
|
||
|
|
}
|