mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
UX: load onebox CSS at the end for embed stylesheet
This commit is contained in:
parent
f6390c8ad6
commit
fc57fa70f9
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue