mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 09:28:35 +08:00
This eliminates the mobile topic.scss file by moving its styles into the relevant common files with breakpoints, and also removes some unused legacy styles. There should be no major visual changes as a result.
23 lines
546 B
SCSS
Vendored
23 lines
546 B
SCSS
Vendored
@import "compose";
|
|
@import "dashboard";
|
|
@import "discourse";
|
|
@import "edit-category";
|
|
@import "header";
|
|
@import "invite-signup";
|
|
@import "list-controls";
|
|
@import "login-modal";
|
|
@import "login-signup-page";
|
|
@import "menu-panel";
|
|
@import "modal";
|
|
@import "modal-overrides";
|
|
@import "new-user";
|
|
@import "personal-message";
|
|
@import "post-action-feedback";
|
|
@import "push-notifications-mobile";
|
|
@import "reviewables";
|
|
@import "sidebar";
|
|
@import "signup-progress-bar";
|
|
@import "topic-footer";
|
|
@import "topic-list";
|
|
@import "topic-post";
|
|
@import "user";
|