Skip to content

Instantly share code, notes, and snippets.

@mreq
mreq / mreq.less
Created April 14, 2014 15:51
mreq less mixins
@bf: @font-size-base;
@bl: @line-height-computed;
@br: @border-radius-base;
.wh(@width, @height) {
width: @width;
height: @height;
}
.sq(@s) {
.square(@s);
}
@mreq
mreq / rails_admin.cs.yml
Created January 24, 2013 08:00
Czech rails_admin translation
cs:
admin:
home:
name: "Úvodní stránka"
pagination:
previous: "« Předchozí"
next: "Další »"
truncate: "…"
misc:
filter_date_format: "dd. mm. yy" # a combination of 'dd', 'mm' and 'yy' with any delimiter. No other interpolation will be done!