mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 01:24:06 -08:00
f532e9b462
Not sure what happened in tbis merge exactly
7 lines
196 B
Plaintext
Executable file
7 lines
196 B
Plaintext
Executable file
// Resize anything
|
|
|
|
.resizable(@direction) {
|
|
resize: @direction; // Options: horizontal, vertical, both
|
|
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
|
}
|