Yadda yah
This commit is contained in:
parent
fa781ae3c9
commit
42222f69ce
2 changed files with 32 additions and 47 deletions
16
README.md
16
README.md
|
@ -4,7 +4,7 @@ A lightweight, skinny skeletal WordPress theme for HTML5 and beyond. Great as a
|
|||
|
||||
## Features
|
||||
|
||||
* Base reset and normalisation styles
|
||||
* Reset, normalisation and base font/form styles
|
||||
* Includes Google HTML5 shiv
|
||||
* Semantic use of HTML5 elements
|
||||
* WAI-ARIA role ready
|
||||
|
@ -13,10 +13,18 @@ A lightweight, skinny skeletal WordPress theme for HTML5 and beyond. Great as a
|
|||
* index.php Loop template
|
||||
* Customised functions.php adding theme support for high customisation
|
||||
|
||||
## Preprocessors
|
||||
## WordPress Support
|
||||
|
||||
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
|
||||
Compatible with WordPress 3.5 and below.
|
||||
|
||||
## 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.
|
||||
The basic features are all tested from IE7+. Yet to be tested in any other browsers than modern Mozilla, Opera and WebKit builds but confident it would work in legacy versions.
|
||||
|
||||
## 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
|
||||
|
||||
## Credits
|
||||
|
||||
* [Twitter Bootstrap](http://getbootstrap.com "Twitter Bootstrap")
|
Loading…
Add table
Add a link
Reference in a new issue