historia-de-zainab/bower_components/bootstrap/less/mixins/size.less
2017-09-25 14:03:53 +02:00

10 lines
127 B
Text

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