c3d9245e8c8e07b6d329ddb61a9e9f42d69cb1b4
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%