Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert back to Bootstrap v4.6.1 #887

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

chalin
Copy link
Collaborator

@chalin chalin commented Feb 10, 2022

Closes #880

I did:

$ pushd assets/vendor/bootstrap
$ git checkout v4.6.1 
Previous HEAD position was 6ffb0b48e Release v4.6.0. (#32726)
HEAD is now at 043a03c95 Release v4.6.1 (#35272)
$ popd
$ npm run build
...
$ (cd public && git diff -- . ':(exclude)*.map')
diff --git a/scss/main.css b/scss/main.css
index d1fec32..e3f57a3 100644
--- a/scss/main.css
+++ b/scss/main.css
@@ -12,7 +12,7 @@ See https://github.com/twbs/bootstrap/pull/23260
 @import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap");
 @fa-font-path :        "../webfonts";
 /*!
- * Bootstrap v4.6.0 (https://getbootstrap.com/)
+ * Bootstrap v4.6.1 (https://getbootstrap.com/)
...

@chalin chalin added dependencies Pull requests that update a dependency file bootstrap labels Feb 10, 2022
@chalin chalin merged commit 5958d94 into google:master Feb 10, 2022
@chalin chalin deleted the chalin-revert-back-to-bootstrap-4.6.1 branch February 10, 2022 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootstrap dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore latest bootstrap version v4.6.1
1 participant