mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00: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/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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user