Conversion to SASS

See updated README.md for details.
This commit is contained in:
Mike Francis 2013-01-01 18:11:50 +00:00
parent 83030c60c0
commit df85ee4450
13 changed files with 513 additions and 249 deletions

View file

@ -1,10 +1,12 @@
# barebones
A lightweight, skinny skeletal WordPress theme for HTML5 and beyond. Great as a starting point for any project with powerful features to encourage rapid development for most projects.
A lightweight, skeletal, responsive WordPress theme for HTML5 and beyond. Great as a starting point for any project with powerful features to encourage rapid development for most projects.
## Features
* Reset, normalisation and base font/form styles
* Responsive elements, mobile/tablet ready
* Built using SASS - semantically named files all compiled into a single file
* Includes Google HTML5 shiv
* Semantic use of HTML5 elements
* WAI-ARIA role ready
@ -12,6 +14,7 @@ A lightweight, skinny skeletal WordPress theme for HTML5 and beyond. Great as a
* Comes pre-bundled with latest CDN version of jQuery and fallback
* index.php Loop template
* Customised functions.php adding theme support for high customisation
* Minimised HTTP requests for high Web Performance
## WordPress Support
@ -23,8 +26,8 @@ The basic features are all tested from IE7+. Yet to be tested in any other brows
## Preprocessors
barebones doesn't come bundled with any CSS preprocessor files however the main stylesheet is compiled from SASS. To use a preprocessor, just add another folder containing your files into the ./_ directory and set your files to compile to ./style.css
Although barebones now utilises the powerful SASS CSS preprocessor, you don't have to use it. The main style.css file is not compressed so can be easily changed in a Text Editor.
## Credits
* [Twitter Bootstrap](http://getbootstrap.com "Twitter Bootstrap")
* [Twitter Bootstrap](http://getbootstrap.com "Twitter Bootstrap") for a modified version of their grid.