barebones/README.md

22 lines
1.0 KiB
Markdown
Raw Normal View History

2012-11-14 00:42:34 +01:00
# barebones
2012-12-20 22:18:50 +01:00
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.
2012-11-14 00:42:34 +01:00
## Features
* Base reset and normalisation styles
2012-11-14 00:56:24 +01:00
* Includes Google HTML5 shiv
2012-12-20 22:24:36 +01:00
* Semantic use of HTML5 elements
* WAI-ARIA role ready
2012-12-20 22:18:50 +01:00
* Proprietary baseline and horizontal 960 responsive grid
2012-12-20 22:24:36 +01:00
* Comes pre-bundled with latest CDN version of jQuery and fallback
2012-11-14 00:56:24 +01:00
* index.php Loop template
2012-12-20 22:18:50 +01:00
* Customised functions.php adding theme support for high customisation
2012-12-20 22:24:36 +01:00
## Preprocessors
barebones doesn't come bundled with any CSS preprocessor files however the main stylesheet was 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
## Browser Support
The basic features are all supported from IE6+. Yet to be tested in any other browsers than modern Mozilla, Opera and WebKit builds but confident it would work in legacy versions.