[FIX] add charset declaration to dashboard.sass so sassc stops freaking out

This commit is contained in:
Xavier Morel 2014-10-28 16:38:03 +01:00
parent b6c0e34b7b
commit ba55e31f57
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
.openerp .oe_dashboard_layout_1 .oe_dashboard_column.index_0 {
width: 100%;
}

View File

@ -1,3 +1,5 @@
@charset "utf-8"
@mixin radius($radius: 5px)
-moz-border-radius: $radius
-webkit-border-radius: $radius