Skip to content

Commit

Permalink
Fixing bug with bootstrap-sass. (#291)
Browse files Browse the repository at this point in the history
Newer versions of bootstrap-sass-official are not compatible with the version of sass used in this project as it includes changes to the way division works. This issue is documented in these issues; twbs/bootstrap-sass#1231 and twbs/bootstrap-sass#1230. Making the version of bootstrap-sass required more specific stops the breaking upgrade.
  • Loading branch information
lucy-vxt authored May 12, 2022
1 parent b33ce2e commit fd17c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"angular": "1.5.9",
"bootstrap-sass-official": "^3.3.7",
"bootstrap-sass-official": "~3.3.7",
"angular-animate": "1.5.9",
"angular-messages": "~1.5.9",
"angular-route": "~1.5.9",
Expand Down

0 comments on commit fd17c29

Please sign in to comment.