discourse/app/assets/stylesheets/desktop
David Taylor 4d0a817f40
DEV: Compile 'common' CSS into own assets (#31416)
Previously we were compiling core and theme CSS into two targets:
Desktop and Mobile. The majority of both files was the 'common' css.
This commit splits those common styles into their own targets so that
there is less duplication. This should improve compilation times + cache
reuse, as well as opening the door for experiments with
media-query-based mobile-modes.

The only functional change is that we can no longer use `@extend` to
copy 'common' rules in core to mobile/desktop. This is probably for the
best. Duplication and/or mixins are a more native-css pattern for this.

Plugins already have a common / mobile / desktop pattern, so are
unchanged by this commit.
2025-05-01 10:44:49 +01:00
..
components UX: Header search tweaks (#32354) 2025-04-17 11:32:19 -05:00
_index.scss REFACTOR: merge /desktop and /mobile discourse.scss into /common (#32517) 2025-04-29 16:37:43 -04:00
category-list.scss DEV: Compile 'common' CSS into own assets (#31416) 2025-05-01 10:44:49 +01:00
latest-topic-list.scss DEV: Compile 'common' CSS into own assets (#31416) 2025-05-01 10:44:49 +01:00
login-signup-page.scss DEV: Introduce postcss minmax transform (#31885) 2025-03-18 19:28:52 +00:00
menu-panel.scss UX: Experiment with animation (#32341) 2025-04-21 21:00:21 -05:00
modal.scss DEV: Update lint-configs and auto-fix issues (#31485) 2025-02-24 23:32:31 +01:00
post-action-feedback.scss DEV: Update lint-configs and autofix issues (#31620) 2025-03-05 01:20:16 +01:00
topic-footer.scss Cleanup mobile topic footer area (#30132) 2024-12-11 14:59:37 +01:00
topic-list.scss UX: prevent long category names from overflowing on mobile topic list (#31335) 2025-02-13 16:26:22 -05:00
topic-post.scss REFACTOR: merge /desktop and /mobile discourse.scss into /common (#32517) 2025-04-29 16:37:43 -04:00
topic.scss DEV: merge mobile topic.scss styles into common directory (#31712) 2025-03-10 11:31:15 -04:00
user.scss DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00