- Update importing.

- Write readme.md.
This commit is contained in:
Leo
2021-10-18 23:13:53 -05:00
parent d0bfe6c145
commit d95cb48287
2 changed files with 8 additions and 7 deletions

8
readme.md Normal file
View 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';

View File

@@ -1,10 +1,3 @@
// Variables
@import '~bootstrap/scss/functions';
@import 'variables';
// Bootstrap
@import '~bootstrap/scss/bootstrap';
// Bootstrap components // Bootstrap components
@import 'bootstrap/buttons'; @import 'bootstrap/buttons';
@import 'bootstrap/nav'; @import 'bootstrap/nav';