Skip to content

Commit

Permalink
Fix SCSS imports for latest Bootstrap 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Jun 16, 2023
1 parent bd0922e commit e61c344
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Theme import structure is based on Bootstrap documentation
// https://getbootstrap.com/docs/5.2/customize/sass/#importing
// https://getbootstrap.com/docs/5.3/customize/sass/#importing

// Barceloneta and Bootstrap import are using --load-path=node_modules

Expand All @@ -13,9 +13,11 @@ $enable-roboto-webfont: false !default;

// 3. Include remainder of required Barceloneta and Bootstrap stylesheets
@import "@plone/plonetheme-barceloneta-base/scss/variables.colors.plone";
@import "@plone/plonetheme-barceloneta-base/scss/variables.colors.dark.plone";
@import "@plone/plonetheme-barceloneta-base/scss/variables.properties";
@import "@plone/plonetheme-barceloneta-base/scss/variables.barceloneta";
@import "bootstrap/scss/variables";
@import "bootstrap/scss/variables-dark";

// 4. Include any default map overrides here

Expand Down Expand Up @@ -93,4 +95,4 @@ $enable-roboto-webfont: false !default;
// @import "@plone/plonetheme-barceloneta-base/scss/roboto-webfont";


// 9. Add additional custom code here
// 9. Add additional custom code here

0 comments on commit e61c344

Please sign in to comment.