corrade-http-templates – Blame information for rev 61

Subversion Repositories:
Rev:
Rev Author Line No. Line
61 office 1 // stylelint-disable declaration-no-important
2  
3 @mixin float-left {
4 float: left !important;
5 }
6 @mixin float-right {
7 float: right !important;
8 }
9 @mixin float-none {
10 float: none !important;
11 }