mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-26 06:53:46 +01:00
Start again
This commit is contained in:
10
vendors/bootstrap/less/mixins/size.less
vendored
Normal file
10
vendors/bootstrap/less/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