source:
trip-planner-front/node_modules/bootstrap/less/mixins/size.less@
6c1585f
Last change on this file since 6c1585f was fa375fe, checked in by , 3 years ago | |
---|---|
|
|
File size: 127 bytes |
Line | |
---|---|
1 | // Sizing shortcuts |
2 | |
3 | .size(@width; @height) { |
4 | width: @width; |
5 | height: @height; |
6 | } |
7 | |
8 | .square(@size) { |
9 | .size(@size; @size); |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.