AdminLTE/build/bootstrap-less/mixins/size.less

11 lines
127 B
Text
Raw Normal View History

2015-02-01 22:25:09 +01:00
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}