Merge pull request #1010 from ylkyrg/capital-s

Capital S
This commit is contained in:
UnderstrapFramework 2019-12-13 11:33:28 +00:00 committed by GitHub
commit c15a0de31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -55,7 +55,7 @@ Some basics about the Sass and CSS files that come with UnderStrap:
@import "theme/theme"; // 5. Add your styles into this file @import "theme/theme"; // 5. Add your styles into this file
``` ```
- Dont edit the number 2-4 files/filesets listed above or you wont be able to update Understrap without overwriting your own work! - Dont edit the number 2-4 files/filesets listed above or you wont be able to update UnderStrap without overwriting your own work!
- Your design goes into: `/sass/theme`. - Your design goes into: `/sass/theme`.
- Add your styles to the `/sass/theme/_theme.scss` file - Add your styles to the `/sass/theme/_theme.scss` file
- And your variables to the `/sass/theme/_theme_variables.scss` - And your variables to the `/sass/theme/_theme_variables.scss`

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Understrap functions and definitions * UnderStrap functions and definitions
* *
* @package understrap * @package understrap
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Understrap Theme Customizer * UnderStrap Theme Customizer
* *
* @package understrap * @package understrap
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Understrap modify editor * UnderStrap modify editor
* *
* @package understrap * @package understrap
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Understrap enqueue scripts * UnderStrap enqueue scripts
* *
* @package understrap * @package understrap
*/ */