commit
c15a0de31d
|
@ -55,14 +55,14 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
- 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!
|
- 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`.
|
- 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`
|
||||||
- Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`.
|
- Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`.
|
||||||
|
|
||||||
## Installation
|
## 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
|
### Classic install
|
||||||
- Download the understrap folder from GitHub or from [https://understrap.com](https://understrap.com)
|
- Download the understrap folder from GitHub or from [https://understrap.com](https://understrap.com)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Understrap functions and definitions
|
* UnderStrap functions and definitions
|
||||||
*
|
*
|
||||||
* @package understrap
|
* @package understrap
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Understrap Theme Customizer
|
* UnderStrap Theme Customizer
|
||||||
*
|
*
|
||||||
* @package understrap
|
* @package understrap
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Understrap modify editor
|
* UnderStrap modify editor
|
||||||
*
|
*
|
||||||
* @package understrap
|
* @package understrap
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Understrap enqueue scripts
|
* UnderStrap enqueue scripts
|
||||||
*
|
*
|
||||||
* @package understrap
|
* @package understrap
|
||||||
*/
|
*/
|
||||||
|
|
Reference in New Issue