corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 19  →  ?path2? @ 20
/base/000_base/node_modules/bootstrap/less/mixins/size.less
@@ -0,0 +1,10 @@
// Sizing shortcuts
 
.size(@width; @height) {
width: @width;
height: @height;
}
 
.square(@size) {
.size(@size; @size);
}