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
Deprecation Warning: Sass's behavior for declarations that appear after nestedrules will be changing to match the behavior specified by CSS in an upcomingversion. To keep the existing behavior, move the declaration above the nestedrule. To opt into the new behavior, wrap the declaration in `& {}`.More info: https://sass-lang.com/d/mixed-decls ╷121 │ ┌ @media (width >= $desktop) {122 │ │ font-size: rem(17px);123 │ │ } │ └─── nested rule... │138 │ font-size: rem(17px); │ ^^^^^^^^^^^^^^^^^^^^ declaration ╵ ../../../../src/shared/styles/mixins/_index.scss 138:3 list-items() ../../../../src/shared/components/Summary/_index.scss 13:7 root stylesheet
let's use visual regression to ensure that we are not introducing any issues after the refactor
Acceptance Criteria
all warnings are gone
no visual style changes are present in regression testing
The text was updated successfully, but these errors were encountered:
Description
https://sass-lang.com/documentation/breaking-changes/mixed-decls/
how to expose the warning:
expect to see these warnings:
example:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: