discourse/app/assets/stylesheets/desktop/components
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
..
sidebar DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00
_index.scss FEATURE: add search field to header (#31447) 2025-02-28 12:47:09 +04:00
drafts-dropdown-menu.scss UX: multiple drafts menu improvements (#31195) 2025-02-05 15:19:13 +04:00
header-search.scss DEV: prevent sass mixed declarations warning (#31577) 2025-03-03 12:10:56 +04:00
more-topics.scss DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00
user-card.scss DEV: Update lint-configs and auto-fix issues (#31485) 2025-02-24 23:32:31 +01:00
user-info.scss DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00
user-stream-item.scss UX: user stream alignment fix for likes (#31234) 2025-02-07 17:28:31 +04:00