corrade-http-templates – Blame information for rev 62

Subversion Repositories:
Rev:
Rev Author Line No. Line
62 office 1 @mixin box-shadow($shadow...) {
2 @if $enable-shadows {
3 box-shadow: $shadow;
4 }
5 }