Nikiit

Untitled

Jul 11th, 2024
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. Deprecation Warning: Sass's behavior for declarations that appear after nested
  2. rules will be changing to match the behavior specified by CSS in an upcoming
  3. version. To keep the existing behavior, move the declaration above the nested
  4. rule. To opt into the new behavior, wrap the declaration in `& {}`.
  5.  
  6. More info: https://sass-lang.com/d/mixed-decls
  7.  
  8. ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss
  9. 38 │ font-family: $display-font-family;
  10. │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
  11. ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/vendor/_rfs.scss
  12. 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
  13. 137 │ │ @content;
  14. 138 │ │ }
  15. │ └─── nested rule
  16. ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss 38:5 @import
  17. ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/bootstrap.scss 17:9 @import
  18. ../../contrib/bootstrap5/scss/style.scss 3:9 @import
  19. scss/style.scss 9:9 root stylesheet
  20.  
  21. Deprecation Warning: Sass's behavior for declarations that appear after nested
  22. rules will be changing to match the behavior specified by CSS in an upcoming
  23. version. To keep the existing behavior, move the declaration above the nested
  24. rule. To opt into the new behavior, wrap the declaration in `& {}`.
  25.  
  26. More info: https://sass-lang.com/d/mixed-decls
  27.  
  28. ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss
  29. 39 │ font-style: $display-font-style;
  30. │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
  31. ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/vendor/_rfs.scss
  32. 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
  33. 137 │ │ @content;
  34. 138 │ │ }
  35. │ └─── nested rule
  36. ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss 39:5 @import
  37. ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/bootstrap.scss 17:9 @import
  38. ../../contrib/bootstrap5/scss/style.scss 3:9 @import
  39. scss/style.scss 9:9 root stylesheet
  40.  
  41. Deprecation Warning: Sass's behavior for declarations that appear after nested
  42. rules will be changing to match the behavior specified by CSS in an upcoming
  43. version. To keep the existing behavior, move the declaration above the nested
  44. rule. To opt into the new behavior, wrap the declaration in `& {}`.
  45.  
  46. More info: https://sass-lang.com/d/mixed-decls
  47.  
  48. ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss
  49. 40 │ font-weight: $display-font-weight;
  50. │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
  51. ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/vendor/_rfs.scss
  52. 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
  53. 137 │ │ @content;
  54. 138 │ │ }
  55. │ └─── nested rule
  56. ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss 40:5 @import
  57. ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/bootstrap.scss 17:9 @import
  58. ../../contrib/bootstrap5/scss/style.scss 3:9 @import
  59. scss/style.scss 9:9 root stylesheet
  60.  
  61. Deprecation Warning: Sass's behavior for declarations that appear after nested
  62. rules will be changing to match the behavior specified by CSS in an upcoming
  63. version. To keep the existing behavior, move the declaration above the nested
  64. rule. To opt into the new behavior, wrap the declaration in `& {}`.
  65.  
  66. More info: https://sass-lang.com/d/mixed-decls
  67.  
  68. ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss
  69. 41 │ line-height: $display-line-height;
  70. │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
  71. ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/vendor/_rfs.scss
  72. 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
  73. 137 │ │ @content;
  74. 138 │ │ }
  75. │ └─── nested rule
  76. ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss 41:5 @import
  77. ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/bootstrap.scss 17:9 @import
  78. ../../contrib/bootstrap5/scss/style.scss 3:9 @import
  79. scss/style.scss 9:9 root stylesheet
  80.  
  81. Deprecation Warning: Sass's behavior for declarations that appear after nested
  82. rules will be changing to match the behavior specified by CSS in an upcoming
  83. version. To keep the existing behavior, move the declaration above the nested
  84. rule. To opt into the new behavior, wrap the declaration in `& {}`.
  85.  
  86. More info: https://sass-lang.com/d/mixed-decls
  87.  
  88. ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss
  89. 38 │ font-family: $display-font-family;
  90. │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
  91. ┌──> ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/vendor/_rfs.scss
  92. 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
  93. 137 │ │ @content;
  94. 138 │ │ }
  95. │ └─── nested rule
  96. ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/_type.scss 38:5 @import
  97. ../../contrib/bootstrap5/dist/bootstrap/5.3.3/scss/bootstrap.scss 17:9 @import
  98. ../../contrib/bootstrap5/scss/style.scss 3:9 @import
  99. scss/style.scss 9:9 root stylesheet
  100.  
  101. Warning: 22 repetitive deprecation warnings omitted.
  102. Run in verbose mode to see all warnings.
  103.  
Advertisement
Add Comment
Please, Sign In to add comment