You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
すると以下のような警告が複数出ます。upcoming version で非推奨になる挙動が変わるということですので緊急の対応を要するものではなさそうです。
Deprecation Warning: 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 `& {}`.
More info: https://sass-lang.com/d/mixed-decls
╷
20 │ ┌ @media (max-width: 500px) {
21 │ │ --margin: var(--marginHalf);
22 │ │ }
│ └─── nested rule
... │
25 │ --eventFollow: #36aed2;
│ ^^^^^^^^^^^^^^^^^^^^^^ declaration
╵
src/style.scss 25:2 root stylesheet
🥰 Expected Behavior
警告がでない
🤬 Actual Behavior
警告がでる
📝 Steps to Reproduce
No response
💻 Frontend Environment
* Model and OS of the device(s):
* Browser:
* Server URL:
* Misskey: 2024.7.0-rc.5
🛰 Backend Environment (for server admin)
No response
Do you want to address this bug yourself?
Yes, I will patch the bug myself and send a pull request
The text was updated successfully, but these errors were encountered:
💡 Summary
085b3ab で
sass
のバージョンを上げた影響ですると以下のような警告が複数出ます。
upcoming version
で非推奨になる挙動が変わるということですので緊急の対応を要するものではなさそうです。🥰 Expected Behavior
警告がでない
🤬 Actual Behavior
警告がでる
📝 Steps to Reproduce
No response
💻 Frontend Environment
🛰 Backend Environment (for server admin)
No response
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: