From 047df64234e92eb34290774f3a827146e30dc276 Mon Sep 17 00:00:00 2001 From: Maarten Date: Wed, 7 Nov 2018 15:01:44 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31c4000..d80ae4e 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ If you want to know more about this project, join our slack channel and ask ques 5. Go back to the Frontend en reload the page. 6. You have succesfully installed the Epartment Magento 2 Boilerplate. +--- + ### Extending and editing the boilerplate styling > **Note**: The Epartment Magento 2 Boilerplate uses SASS for styling. @@ -78,11 +80,12 @@ If you want to know more about this project, join our slack channel and ask ques - `gulp script-deps` : Copies the script dependencies from the `node_modules` to a local folder for `production` - `gulp build` : Builds all `.scss` and `.js` files for `production` +--- + ### Variables These are the default variables that can be overwritten by creating a custom `SASS` file. You can simply target the variable again and overrule the default value. For example: `$font-default-font-size: 18px;` - ###### Colors | Variable | Description |----------------------------------------------|------------------------ @@ -532,6 +535,7 @@ For example: `$font-default-font-size: 18px;` | `$footer-content-color` | Footer content text-color, accepted formats: HEX, RGB, RGBA or a variable containing one of these. | `$footer-line-color` | Footer line color, accepted formats: HEX, RGB, RGBA or a variable containing one of these. +--- ## Demo images ![Lister page](demo-listerpage.png)