- Update readme.md.

This commit is contained in:
Leo
2021-10-19 00:28:22 -05:00
parent 3e92aa52fb
commit 69cae019b5
2 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
# Essence
On a web project that uses Bootstrap and Webpack, simply clone this repository and add an `import` in your SCSS file.
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'; // Your own _variables.scss file
@import 'path/to/essence/sass/variables';
@import '~bootstrap/scss/bootstrap`;
@import 'path/to/essence/sass/essence';
@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