904c7efcdc797bb709c21371ba61937d8503409f
Essence
On a web project that uses Bootstrap and Webpack, simply clone this repository and add the following import statements in your SCSS file.
@import 'path/to/variables'; // Optional, your own variables file to override Essence variables
@import 'path/to/essence/scss/variables'; // Essence variables file
@import '~bootstrap/scss/bootstrap`; // Bootstrap
@import 'path/to/essence/scss/essence'; // Core Essence file
Description
Languages
SCSS
100%