corrade-http-templates – Blame information for rev 62

Subversion Repositories:
Rev:
Rev Author Line No. Line
62 office 1 // Sizing shortcuts
2  
3 @mixin size($width, $height: $width) {
4 width: $width;
5 height: $height;
6 }