14f9b8af06b6153f7d99302d50ba9281a41f7acc
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%