Skip to content
Snippets Groups Projects
Commit 2b824c84 authored by chrisndodge's avatar chrisndodge
Browse files

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

adding explicit charset declaration to additional css
parents d5e9c0db d747f54f
No related merge requests found
@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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment