discourse/plugins/chat/assets/stylesheets/desktop/index.scss
Jordan Vidrine b191d63c1b
DEV: removes sidebar-extensions css (#30266)
This PR cleans up some unnecessary CSS which are not used anymore. Support of sidebar in chat has a long history due to the various steps leading to the sidebar as we know it today.
2024-12-13 15:36:30 +01:00

12 lines
327 B
SCSS

@import "base-desktop";
@import "chat-composer-uploads";
@import "chat-index-drawer";
@import "chat-index-full-page";
@import "chat-channel";
@import "chat-message-actions";
@import "chat-message";
@import "chat-channel-info";
@import "chat-message-creator";
@import "chat-message-thread-indicator";
@import "chat-side-panel";