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
I'm using Bulma version 0.9.4
This is a Sass issue: I'm using version 1.77.8
Description
#3856 fixed this issue for Bulma v1, but many Bulma users may not be able to upgrade to Bulma v1 due to difficulties with migration, eg. #3867.
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
╷
51 │ ┌ &:not(.is-rounded)
52 │ │ border-radius: $radius-small
│ └─── nested rule
53 │ font-size: $size-small
│ ^^^^^^^^^^^^^^^^^^^^^^ declaration
╵
node_modules/bulma/sass/elements/button.sass 53:3 button-small()
node_modules/bulma/sass/elements/button.sass 252:5 @import
node_modules/bulma/sass/elements/_all.sass 5:9 @import
node_modules/bulma/bulma.sass 5:9 @import
src/styles/app.scss 49:9 root stylesheet
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
╷
51 │ ┌ &:not(.is-rounded)
52 │ │ border-radius: $radius-small
│ └─── nested rule
53 │ font-size: $size-small
│ ^^^^^^^^^^^^^^^^^^^^^^ declaration
╵
node_modules/bulma/sass/elements/button.sass 53:3 button-small()
node_modules/bulma/sass/elements/button.sass 303:7 @import
node_modules/bulma/sass/elements/_all.sass 5:9 @import
node_modules/bulma/bulma.sass 5:9 @import
src/styles/app.scss 49:9 root stylesheet
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
╷
64 │ ┌ &:nth-child(3)
65 │ │ transform: translateY(-5px) rotate(-45deg)
│ └─── nested rule
... │
181 │ #{$property}-#{$normal}: $spacing
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
╵
node_modules/bulma/sass/utilities/mixins.sass 181:5 ltr-property()
node_modules/bulma/sass/components/navbar.sass 159:3 @import
node_modules/bulma/sass/components/_all.sass 12:9 @import
node_modules/bulma/bulma.sass 7:9 @import
src/styles/app.scss 49:9 root stylesheet
The text was updated successfully, but these errors were encountered:
Overview of the problem
I'm using Bulma version 0.9.4
This is a Sass issue: I'm using version 1.77.8
Description
#3856 fixed this issue for Bulma v1, but many Bulma users may not be able to upgrade to Bulma v1 due to difficulties with migration, eg. #3867.
The text was updated successfully, but these errors were encountered: