mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
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
3 lines
248 B
SCSS
Vendored
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
|