0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/app/assets/stylesheets/mobile.scss
Kris 70f9794cfb
DEV: move mobile select-kit CSS to common files (#39055)
This moves the mobile select-kit CSS into the relevant common files
using breakpoints.

`category-drop.scss` contained a mix of redundant and old styles, so
those were all removed.

There shouldn't be any visual changes as a result of this move. 

This was the final /mobile CSS file, so also left a note in the stub and
updated a related spec
2026-04-02 13:46:06 -04:00

3 lines
248 B
SCSS
Vendored

// This file intentionally left blank — the stylesheet compiler generates `@import "mobile"`
// Plugins and themes can still add mobile styles for import
// Instead of authoring mobile-specific styles, use media queries in the common stylesheets