ColoredCow / wordpress-init

Boilerplate code for a new WordPress Site
GNU General Public License v3.0
6 stars 5 forks source link

Bootstrap v5 updates #38

Closed P4NK4J closed 3 years ago

P4NK4J commented 3 years ago

Changes include:

  1. The Gruntfile.js has been modified to use no source map for Dart SASS to function properly
  2. Bootstrap library files have been replaced with the v5 SCSS source.
  3. The file variables.scss has been modified for the change of spacer (from pixel to rem)
  4. The file header/style.scss has been modified for replacing ml-auto with ms-auto.
  5. .gitignore file has been modified to check-in vendor folder of bootstrap
  6. utilities.scss modified to occupy latest classes from bootstrap
rathorevaibhav commented 3 years ago

@P4NK4J let's also use Bootstrap5 now it's released

P4NK4J commented 3 years ago

@P4NK4J let's also use Bootstrap5 now it's released

Sure, Vaibhav, I am working on upgrading the Bootstrap