mirror of
https://github.com/discourse/discourse.git
synced 2026-03-04 01:15:08 +08:00
`.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.
5 lines
180 B
SCSS
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";
|