Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sass deprecation messages #48

Closed
mrFANRA opened this issue Nov 1, 2024 · 8 comments
Closed

Sass deprecation messages #48

mrFANRA opened this issue Nov 1, 2024 · 8 comments

Comments

@mrFANRA
Copy link

mrFANRA commented Nov 1, 2024

Hi! Here is deprecation messages in sass 1.78.0

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

    ╷
4   │ ┌     &,
5   │ │     *,
6   │ │     ::after,
7   │ │     ::before {
8   │ │         box-sizing: border-box;
9   │ │     }
    │ └─── nested rule
... │
11  │       position: relative;
    │       ^^^^^^^^^^^^^^^^^^ declaration
    ╵
    node_modules\placeholder-loading\src\scss\_layout.scss 11:5             @import
    node_modules\placeholder-loading\src\scss\placeholder-loading.scss 2:9  @import
    assets\plugins\placeholder-loading.scss 16:9                            @import
    assets\app.scss 10:9                                                    root stylesheet
@zalog
Copy link
Owner

zalog commented Nov 4, 2024

Thank you! I'll fix this soon.

@yasserlens
Copy link

Hi @zalog any updates on getting this sorted?
Any tips on workarounds until this is done?
Many thanks!

@zalog
Copy link
Owner

zalog commented Dec 5, 2024

done! sorry for the delay :)

@yasserlens
Copy link

Brilliant - Thanks so much!

@yasserlens
Copy link

releasing package in an upgrade soon?

@zalog
Copy link
Owner

zalog commented Dec 6, 2024

it's released :)

@yasserlens
Copy link

brilliant - thanks!

@zalog
Copy link
Owner

zalog commented Dec 7, 2024

Thank you guys, and happy coding! We're closing here.

@zalog zalog closed this as completed Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants