2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-04 01:15:08 +08:00
discourse/app/assets/stylesheets/mobile.scss
Kris c8ccfffb0a
DEV: remove dead CSS, delete mobile/_index.scss (#37885)
`.push-notification-prompt` doesn't seem to exist, we just use a normal
alert with existing styles for `.consent_banner` now — and deleting this
allows us to remove `app/assets/stylesheets/mobile/_index.scss` 🚀

Now all the mobile CSS that remains is on the component level.
2026-02-17 17:59:47 -05:00

5 lines
180 B
SCSS

// Import all component-specific files
@import "mobile/components/_index";
@import "mobile/select-kit/_index";
@import "mobile/float-kit/_index";
@import "mobile/form-kit/_index";