Update README.md
This commit is contained in:
parent
972b3a3d4c
commit
11f7f78410
|
@ -29,6 +29,7 @@ Confused by all the CSS and SCSS files?
|
||||||
Some basics about the SCSS and CSS files comes with UnderStrap:
|
Some basics about the SCSS and CSS files comes with UnderStrap:
|
||||||
- The theme itself uses the style.css in the root directory just to identify the theme in Wordpress. The file is not loaded by the theme and did not include any styles
|
- The theme itself uses the style.css in the root directory just to identify the theme in Wordpress. The file is not loaded by the theme and did not include any styles
|
||||||
- The theme.css file in the /css/ subdirectory provides all styles. It is composed by five different SCSS sets and one variables file
|
- The theme.css file in the /css/ subdirectory provides all styles. It is composed by five different SCSS sets and one variables file
|
||||||
|
|
||||||
1.sass/underscores/_underscores.scss (<- Basics for the _s theme)
|
1.sass/underscores/_underscores.scss (<- Basics for the _s theme)
|
||||||
|
|
||||||
2.sass/bootstrap/bootstrap.scss (<- which imports all Bootstrap SCSS files and mixins from /sass/bootstrap/ directory)
|
2.sass/bootstrap/bootstrap.scss (<- which imports all Bootstrap SCSS files and mixins from /sass/bootstrap/ directory)
|
||||||
|
|
Reference in New Issue