- Update readme.md.
This commit is contained in:
10
readme.md
10
readme.md
@@ -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
|
||||
|
||||
2
scss/vendors/prismjs.scss
vendored
2
scss/vendors/prismjs.scss
vendored
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Prism Substance Theme, based on Material Theme.
|
||||
* Prism Essence Theme, based on Material Theme.
|
||||
*/
|
||||
|
||||
code[class*="language-"],
|
||||
|
||||
Reference in New Issue
Block a user