Customizing Bootstrap in Vue.js
Overview
This guide outlines how to customize Bootstrap variables in a Vue.js project using Vue CLI's built-in Webpack setup.
Steps
1. Install Sass Loader and Sass
If you haven't already, you'll need to install sass-loader and sass.
npm install sass-...
erichbuelow.com1 min read