[enh] static content generalization

This commit is contained in:
Adam Tauber 2015-01-12 14:54:16 +01:00
parent 12425618ca
commit 410dbc573b
89 changed files with 1 additions and 494 deletions

View file

@ -0,0 +1,10 @@
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}