- Update importing.
- Write readme.md.
This commit is contained in:
8
readme.md
Normal file
8
readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Essence
|
||||
|
||||
On a web project that uses Bootstrap and Webpack, simply clone this repository and add an `import` 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';
|
||||
Reference in New Issue
Block a user