Files
crewsportswear/resources/assets/less/bootstrap/mixins/size.less
Frank John Begornia 562f03488a Initial Commit
2019-03-06 20:32:31 +08:00

11 lines
127 B
Plaintext
Vendored

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