source: trip-planner-front/node_modules/bootstrap/less/mixins/size.less@ fa375fe

Last change on this file since fa375fe was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
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.