This commit is contained in:
Holger Koenemann 2014-12-19 15:49:16 +01:00
parent 79930d873d
commit 441a700797
2 changed files with 5 additions and 8 deletions

View File

@ -14,6 +14,8 @@ Basic Features
- Comes with Bootstrap SASS source files and additonal scss files. Nicely sorted and ready to add your own variables/customize the Bootstrap variables.
- Uses a single and minified CSS file
- Font Awesome Icon Font integrated
- Off Canvas navigation ready - By Jasny Bootstrap Plugin
- Comes with extra slider script - By owl.carousel
- Simple RTL file
- Jetpack ready
- Child Theme ready (A basic starter Child Theme will be released in the future as a separate Repository)
@ -27,12 +29,12 @@ Why don´t add a well known and supported layout framework to have a solid, clea
Confused by all the CSS and SCSS files?
=
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.css file in /css/ subdirectory provides all styles. It is composed by five different SCSS sets and one variables file from /sass/ directory:
- The theme itself uses the style.css in the root directory just to identify the theme inside of Wordpress. The file is not loaded by the theme and did not include any styles
- The theme.css file in /css/ subdirectory provides all styles. It is composed by six different SCSS sets and one variables file from /sass/ directory:
1./sass/underscores/understrap_underscores.scss (<- Basics for the _s theme)
2./sass/bootstrap/understrap_bootstrap.scss (<- which imports all Bootstrap SCSS files and mixins from /sass/bootstrap/ directory)
3./sass/understrap/understrap.scss (<- Just used minimal styles to combine _s and Bootstrap nicely)
3./sass/understrap/understrap.scss (<- Just used minimal styles to combine _s and Bootstrap aand the other assets nicely)
4./sass/font-awesome/understrap_font-awesome.scss (<-imports all Font Awesome icons and the font itself)
--------------- Don´t edit the files above ---------------

File diff suppressed because one or more lines are too long