mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 22:56:07 +08:00
UX: load onebox CSS at the end for embed stylesheet
This commit is contained in:
parent
f6390c8ad6
commit
fc57fa70f9
|
@ -4,7 +4,6 @@
|
||||||
@import "./common/foundation/variables";
|
@import "./common/foundation/variables";
|
||||||
@import "./common/foundation/colors";
|
@import "./common/foundation/colors";
|
||||||
@import "./common/foundation/mixins";
|
@import "./common/foundation/mixins";
|
||||||
@import "./common/base/onebox";
|
|
||||||
|
|
||||||
article.post {
|
article.post {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
|
@ -140,3 +139,6 @@ footer {
|
||||||
float: right;
|
float: right;
|
||||||
max-height: 30px;
|
max-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// load onebox CSS at the end
|
||||||
|
@import "./common/base/onebox";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user