Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
- 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 `& {}`.

- twbs/bootstrap#40621 (comment)
  • Loading branch information
seod0209 committed Aug 1, 2024
1 parent 9e2254d commit c8998d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3"
"bootstrap": "^5.3.3",
"sass": "1.77.6"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand Down

0 comments on commit c8998d0

Please sign in to comment.