mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 02:05:49 +08:00

This removes `/mobile/discourse.scss` and `/desktop/discourse.scss` and moves the required styles into `/common/discourse.scss` I was also able to remove some unused/redundant CSS and update breakpoints to our new formatting. There are some visual changes, most notably on mobile forms... but these all appear to be minor and get us more consistency across breakpoints. For example... Before/After with desktop below... mobile actually appeared to be a little broken    --------- Co-authored-by: Jarek Radosz <jradosz@gmail.com>