Commit 2b824c84 by chrisndodge

Merge pull request #1360 from MITx/edz/feature/explicit-css-charset

adding explicit charset declaration to additional css
parents d5e9c0db d747f54f
@charset "UTF-8";
@import 'bourbon/bourbon';
@import 'base/reset';
......
@charset "UTF-8";
@import "bourbon/bourbon";
@import "base/variables";
......@@ -182,4 +183,4 @@ div.course-wrapper {
float: left !important;
width: 50px;
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment