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