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
When using the packing lightgallery's SCSS files into a project I now receive the following warning:
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
╷
160 │ ┌ &:not(.lg-start-end-progress) {
161 │ │ background: url('#{$lg-path-images}/loading.gif') no-repeat scroll
162 │ │ center center transparent;
163 │ │ }
│ └─── nested rule
164 │ display: none !important;
│ ^^^^^^^^^^^^^^^^^^^^^^^^ declaration
╵
node_modules/lightgallery/scss/lightgallery-core.scss 164:9 @import
node_modules/lightgallery/scss/lightgallery.scss 7:9 @import
wwwroot/scss/site.scss 13:9 root stylesheet
Can you please resolve before deprecation occurs?
The text was updated successfully, but these errors were encountered:
jledgett
changed the title
SaaS Warning About Future Changes
SaSS Warning About Future Changes
Jul 11, 2024
jledgett
changed the title
SaSS Warning About Future Changes
SASS Warning About Future Changes
Jul 11, 2024
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When using the packing lightgallery's SCSS files into a project I now receive the following warning:
Can you please resolve before deprecation occurs?
The text was updated successfully, but these errors were encountered: