edit readme

This commit is contained in:
Holger Koenemann 2014-12-12 11:08:38 +01:00
parent e94f6a71ea
commit 52571f8747
6 changed files with 17 additions and 24 deletions

View File

@ -30,10 +30,10 @@ 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 /css/ subdirectory provides all styles. It is composed by five different SCSS sets and one variables file from /sass/ directory: - 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:
1./sass/underscores/style.scss (<- Basics for the _s theme) 1./sass/underscores/understrap_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/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 nicely)
4./sass/font-awesome/font-awesome.scss (<-imports all Font Awesome icons and the font itself) 4./sass/font-awesome/understrap_font-awesome.scss (<-imports all Font Awesome icons and the font itself)
--------------- Don´t edit the files above --------------- --------------- Don´t edit the files above ---------------
5./sass/theme/theme.scss (<- Thats your part! Here you can add your own style) 5./sass/theme/theme.scss (<- Thats your part! Here you can add your own style)
@ -41,6 +41,6 @@ Some basics about the SCSS and CSS files comes with UnderStrap:
6.sass/theme/_theme_variables.scss (<- here you can define own variables or you could overwrite existing Bootstrap variables easily without touching the original BS code) 6.sass/theme/_theme_variables.scss (<- here you can define own variables or you could overwrite existing Bootstrap variables easily without touching the original BS code)
- Don´t edit the first four files/filesets or you aren´t able to update it without overwriting your own work! - Don´t edit the first four files/filesets or you aren´t able to update it without overwriting your own work!
- Your design goes into: /sass/theme directory. Add your styles to the theme.scss file and your variables to the _theme_variables.scss. Or add other scss files into it and @import it - Your design goes into: /sass/theme directory. Add your styles to the theme.scss file and your variables to the _theme_variables.scss. Or add other scss files into it and @import it into theme.scss

5
sass/theme.css Normal file

File diff suppressed because one or more lines are too long

7
sass/theme.css.map Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
@import "underscores/understrap_underscores"; // the _s starter theme basic styles <- Dont edit this files! @import "underscores/understrap_underscores"; // the _s starter theme basic styles <- Dont edit this files!
@import "theme/theme_variables"; // Overwriting Bootstrap variables and for own variables @import "theme/theme_variables"; // Overwriting Bootstrap variables and for own variables <-- ADD YOUR VARIABLES HERE
@import "bootstrap/understrap_bootstrap"; // adding bootstrap <- Dont edit this files! @import "bootstrap/understrap_bootstrap"; // adding bootstrap <- Dont edit this files!
@import "understrap/understrap"; // Some basic understrap styles. Helps to combine Bootsrap and _s theme and provides some basic styleing for additonal functions <- Dont edit this files! @import "understrap/understrap"; // Some basic understrap styles. Helps to combine Bootsrap and _s theme and provides some basic styleing for additonal functions <- Dont edit this files!
@import "font-awesome/understrap_font-awesome"; // <- Dont edit this files! If you don´t need/want Font Awesome support comment out this line @import "font-awesome/understrap_font-awesome"; // <- Dont edit this files! If you don´t need/want Font Awesome support comment out this line

View File

@ -1,9 +0,0 @@
/* line 2, /Users/holgerkonemann/Documents/Google Drive/Work/understrap_framework/understrap/sass/understrap/understrap.scss */
body {
padding-top: 70px; }
/* line 5, /Users/holgerkonemann/Documents/Google Drive/Work/understrap_framework/understrap/sass/understrap/understrap.scss */
.sticky, .gallery-caption, .bypostauthor {
font-size: inherit; }
/*# sourceMappingURL=understrap.css.map */

View File

@ -1,10 +0,0 @@
{
"version": 3,
"file": "understrap.css",
"sources": [
"understrap.scss"
],
"names": [],
"mappings": ";AAAA;EACO,aAAa;;;AAEpB,SAAS,kBAAkB;EAE3B,WAAU",
"sourceRoot": ""
}