mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01: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
|
|
}
|