ColoredCow / wordpress-init

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

Starting using npm bootstrap-boilerplate #30

Open rathorevaibhav opened 4 years ago

rathorevaibhav commented 4 years ago

Describe the task We are using raw files to extend bootstrap. Our effort to maintain these utilities can be reduced by using the npm package

npm install bootstrap-boilerplate

Expected behavior

  1. This package should be in the package.json
  2. Updates to existing utilities files to remove duplicate code in the package and keep only project-specific utilities if needed.