Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss
- 38 │ font-family: $display-font-family;
- │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
- ╵
- ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/vendor/_rfs.scss
- 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
- 137 │ │ @content;
- 138 │ │ }
- │ └─── nested rule
- ╵
- ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss 38:5 @import
- ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/bootstrap.scss 17:9 @import
- ../../contrib/bootstrap5/scss/style.scss 3:9 @import
- scss/style.scss 9: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
- ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss
- 39 │ font-style: $display-font-style;
- │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
- ╵
- ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/vendor/_rfs.scss
- 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
- 137 │ │ @content;
- 138 │ │ }
- │ └─── nested rule
- ╵
- ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss 39:5 @import
- ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/bootstrap.scss 17:9 @import
- ../../contrib/bootstrap5/scss/style.scss 3:9 @import
- scss/style.scss 9: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
- ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss
- 40 │ font-weight: $display-font-weight;
- │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
- ╵
- ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/vendor/_rfs.scss
- 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
- 137 │ │ @content;
- 138 │ │ }
- │ └─── nested rule
- ╵
- ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss 40:5 @import
- ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/bootstrap.scss 17:9 @import
- ../../contrib/bootstrap5/scss/style.scss 3:9 @import
- scss/style.scss 9: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
- ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss
- 41 │ line-height: $display-line-height;
- │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
- ╵
- ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/vendor/_rfs.scss
- 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
- 137 │ │ @content;
- 138 │ │ }
- │ └─── nested rule
- ╵
- ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss 41:5 @import
- ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/bootstrap.scss 17:9 @import
- ../../contrib/bootstrap5/scss/style.scss 3:9 @import
- scss/style.scss 9: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
- ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss
- 38 │ font-family: $display-font-family;
- │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
- ╵
- ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/vendor/_rfs.scss
- 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
- 137 │ │ @content;
- 138 │ │ }
- │ └─── nested rule
- ╵
- ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss 38:5 @import
- ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/bootstrap.scss 17:9 @import
- ../../contrib/bootstrap5/scss/style.scss 3:9 @import
- scss/style.scss 9:9 root stylesheet
- Warning: 22 repetitive deprecation warnings omitted.
- Run in verbose mode to see all warnings.
Advertisement
Add Comment
Please, Sign In to add comment