mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 23:20:39 +08:00
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/
|
||
|---|---|---|
| .. | ||
| sidebar | ||
| _index.scss | ||
| drafts-dropdown-menu.scss | ||
| header-search.scss | ||
| more-topics.scss | ||
| user-card.scss | ||
| user-info.scss | ||
| user-stream-item.scss | ||