[FIX] add charset declaration to dashboard.sass so sassc stops freaking out
authorXavier Morel <xmo@openerp.com>
Tue, 28 Oct 2014 15:38:03 +0000 (16:38 +0100)
committerXavier Morel <xmo@openerp.com>
Tue, 28 Oct 2014 15:38:32 +0000 (16:38 +0100)
addons/board/static/src/css/dashboard.css
addons/board/static/src/css/dashboard.sass

index f2bbcd0..2d5e2b0 100644 (file)
@@ -1,3 +1,4 @@
+@charset "UTF-8";
 .openerp .oe_dashboard_layout_1 .oe_dashboard_column.index_0 {
   width: 100%;
 }
index 122b6dc..33ff7ce 100644 (file)
@@ -1,3 +1,5 @@
+@charset "utf-8"
+
 @mixin radius($radius: 5px)
   -moz-border-radius: $radius
   -webkit-border-radius: $radius