- 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';
|
||||||
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user