- 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 # 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/variables'; // Optional, your own variables file to override Essence variables
@import 'path/to/essence/sass/variables'; @import 'path/to/essence/scss/variables'; // Essence variables file
@import '~bootstrap/scss/bootstrap`; @import '~bootstrap/scss/bootstrap`; // Bootstrap
@import 'path/to/essence/sass/essence'; @import 'path/to/essence/scss/essence'; // Core Essence file

View File

@@ -1,5 +1,5 @@
/** /**
* Prism Substance Theme, based on Material Theme. * Prism Essence Theme, based on Material Theme.
*/ */
code[class*="language-"], code[class*="language-"],