From 69cae019b57e59042434610b00aa3329173ee8fa Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 19 Oct 2021 00:28:22 -0500 Subject: [PATCH] - Update readme.md. --- readme.md | 10 +++++----- scss/vendors/prismjs.scss | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 114c0d8..5a7c301 100644 --- a/readme.md +++ b/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 diff --git a/scss/vendors/prismjs.scss b/scss/vendors/prismjs.scss index 97524db..b32dfd3 100644 --- a/scss/vendors/prismjs.scss +++ b/scss/vendors/prismjs.scss @@ -1,5 +1,5 @@ /** - * Prism Substance Theme, based on Material Theme. + * Prism Essence Theme, based on Material Theme. */ code[class*="language-"],