Skip to content

Commit

Permalink
[#383] Add bootstrap 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Jul 3, 2023
1 parent d7ea475 commit b3635db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .template/addons/bootstrap/package.json.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true

run 'yarn add bootstrap@5.2.3'
run 'yarn add bootstrap@5.3.0'
run 'yarn add @popperjs/[email protected]'
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Configuration
@import 'bootstrap/scss/functions';
@import 'bootstrap/scss/variables';
@import 'bootstrap/scss/variables-dark';
@import 'bootstrap/scss/maps';
// @import 'sass_maps'; // Optional Sass map overrides here (See: https://getbootstrap.com/docs/5.2/migration/#new-_mapsscss)
// e.g., $theme-colors: map-merge($theme-colors, $custom-theme-colors);
Expand Down

0 comments on commit b3635db

Please sign in to comment.