mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-26 06:41:22 -04: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/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…
Add table
Reference in a new issue