mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
// Resize anything
|
|
|
|
.resizable(@direction) {
|
|
resize: @direction; // Options: horizontal, vertical, both
|
|
overflow: auto; // Safari fix
|
|
}
|