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: 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 & {}.
The file below has one or more instances where CSS behavior will change unless
the declaration is moved above the nested rule. Line numbers for the declaration
along with the file and line numbers in which the nested rule appears are
shown below.
## Summary
> 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 & {}.
I have moved the declarations above the nested rules.
I had attempted to opt in to the new behavior, but the resulting CSS has
duplicate selectors, which CI does not allow
For more information about the new behavior, see
[here](https://sass-lang.com/documentation/breaking-changes/mixed-decls/)
Closes#190898
[screenshots](#193931 (comment))
Closes#190899
[screenshots](#193931 (comment))
Closes#190900 Access Page uses
`authentication_state_page`, but I was unable to find
'overwrite_session` and `logged_out` pages
Closes#190901
[screenshots](#193931 (comment))
Closes#190902 ^used on same UI
Closes#190903
[screenshots](#193931 (comment))
Closes#190904
[screenshots](#193931 (comment))
DEPRECATION: 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
& {}
.The file below has one or more instances where CSS behavior will change unless
the declaration is moved above the nested rule. Line numbers for the declaration
along with the file and line numbers in which the nested rule appears are
shown below.
More info: https://sass-lang.com/d/mixed-decls
The text was updated successfully, but these errors were encountered: