UX: load onebox CSS at the end for embed stylesheet

This commit is contained in:
Arpit Jalan
2015-11-30 14:17:49 +05:30
parent f6390c8ad6
commit fc57fa70f9
+3 -1
View File
@@ -4,7 +4,6 @@
@import "./common/foundation/variables";
@import "./common/foundation/colors";
@import "./common/foundation/mixins";
@import "./common/base/onebox";
article.post {
border-bottom: 1px solid #ddd;
@@ -140,3 +139,6 @@ footer {
float: right;
max-height: 30px;
}
// load onebox CSS at the end
@import "./common/base/onebox";