BiFace_Server_Lite/vendor/almasaeed2010/adminlte/build/bootstrap-less/mixins/size.less
2020-03-27 10:13:51 +07:00

11 lines
127 B
Plaintext

// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}