Recommend this page to a friend! |
Classes of Emmanuel Podvin | > | Blapy | > | demos/startbootstrap-sb-admin-2/bower_components/bootstrap/less/mixins/size.less | > | Download |
|
|
![]() |
// Sizing shortcuts .size(@width; @height) { width: @width; height: @height; } .square(@size) { .size(@size; @size); } |