mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-08-07 16:41:48 +02:00
Use default cpp fmt build script.
This commit is contained in:
10
vendor/Fmt/doc/bootstrap/mixins/size.less
vendored
Normal file
10
vendor/Fmt/doc/bootstrap/mixins/size.less
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// Sizing shortcuts
|
||||
|
||||
.size(@width; @height) {
|
||||
width: @width;
|
||||
height: @height;
|
||||
}
|
||||
|
||||
.square(@size) {
|
||||
.size(@size; @size);
|
||||
}
|
Reference in New Issue
Block a user