mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-08-11 10:27:10 +02:00
Use default cpp fmt build script.
This commit is contained in:
6
vendor/Fmt/doc/bootstrap/mixins/resize.less
vendored
Normal file
6
vendor/Fmt/doc/bootstrap/mixins/resize.less
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// Resize anything
|
||||
|
||||
.resizable(@direction) {
|
||||
resize: @direction; // Options: horizontal, vertical, both
|
||||
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
||||
}
|
Reference in New Issue
Block a user