From 2dac14e6c13251209cf65285a75efd96af201ebc Mon Sep 17 00:00:00 2001 From: Gary Kealy Date: Thu, 18 Jul 2019 17:21:25 +0100 Subject: [PATCH] Capital S --- README.md | 8 ++++---- functions.php | 2 +- inc/customizer.php | 2 +- inc/editor.php | 2 +- inc/enqueue.php | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 43fd391..8a4b37a 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,14 @@ Some basics about the Sass and CSS files that come with UnderStrap: @import "theme/theme"; // 5. Add your styles into this file ``` -- Don’t edit the number 2-4 files/filesets listed above or you won’t be able to update Understrap without overwriting your own work! -- Your design goes into: `/sass/theme`. - - Add your styles to the `/sass/theme/_theme.scss` file +- Don’t edit the number 2-4 files/filesets listed above or you won’t be able to update UnderStrap without overwriting your own work! +- Your design goes into: `/sass/theme`. + - Add your styles to the `/sass/theme/_theme.scss` file - And your variables to the `/sass/theme/_theme_variables.scss` - Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`. ## Installation -There are several ways to install UnderStrap. We'll look at three of them: (1) classic install by uploading UnderStrap to a WordPress install, (2) using npm, and (3) using the theme directory in WordPress. +There are several ways to install UnderStrap. We'll look at three of them: (1) classic install by uploading UnderStrap to a WordPress install, (2) using npm, and (3) using the theme directory in WordPress. ### Classic install - Download the understrap folder from GitHub or from [https://understrap.com](https://understrap.com) diff --git a/functions.php b/functions.php index 5333aa8..e75fd85 100644 --- a/functions.php +++ b/functions.php @@ -1,6 +1,6 @@