discourse/app/assets/stylesheets/mobile/_index.scss
Kris 6a6ef12264
REFACTOR: merge mobile and desktop user CSS into common file (#34787)
This eliminates mobile/user.scss and desktop/user.scss in favor of
breakpoints in common/base/user.scss

There was some old seemingly unused CSS removed, but this should
otherwise not cause any major visual changes.
2025-09-15 09:16:47 -04:00

4 lines
110 B
SCSS
Vendored

@import "login-signup-page";
@import "push-notifications-mobile";
@import "topic-list";
@import "topic-post";