discourse/app/assets/stylesheets/desktop
David Battersby 5c4c8b81eb
DEV: prevent sass mixed declarations warning (#31577)
Prevents deprecation warning of sass mixed declarations. We should move
declarations above nested styles.

We get the following message from logs:
```
DEPRECATION WARNING [mixed-decls]: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.
```

For more info see:
https://sass-lang.com/documentation/breaking-changes/mixed-decls/
2025-03-03 12:10:56 +04:00
..
components DEV: prevent sass mixed declarations warning (#31577) 2025-03-03 12:10:56 +04:00
_index.scss DEV: Move desktop-specific admin styles to admin css bundle (#31524) 2025-02-26 13:39:52 +00:00
category-list.scss DEV: Update lint-configs and auto-fix issues (#31485) 2025-02-24 23:32:31 +01:00
compose.scss DEV: Fix all mixed-decls sass deprecations (#31343) 2025-02-13 23:58:19 +01:00
discourse.scss DEV: Update lint-configs and auto-fix issues (#31485) 2025-02-24 23:32:31 +01:00
header.scss DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00
latest-topic-list.scss DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00
login-signup-page.scss FIX: Enforce 'prefix' notation for media-query ranges (#30913) 2025-01-21 23:42:17 +00:00
menu-panel.scss DEV: Enable and fix more stylelint rules (#31200) 2025-02-05 20:03:56 +01: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: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00: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 A11Y: read who liked/read a post when count clicked (#31549) 2025-02-28 09:15:04 -05:00
topic.scss DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00
user.scss DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00