Pure Change History =================== NEXT ---- * Fixed accessibility mistake by removing `a:focus {outline: none;}` rule from `buttons-core.css`. * Added improvements to developer workflow: * Added basic Tests using CSSLint via `grunt test` (Issue #25) * Integrated Travis CI which runs `grunt test` on pushes to `master` and for pull requests. * Added `grunt watch` task which runs tests and build. * Added support to `pure-site` for serving `pure` locally during development. (Issue #46, yui/pure-site#111) ### Forms * (!) `.pure-help-inline` has been replaced with `.pure-form-message-inline`. We still support the older classname but it is deprecated and will be going away in a future release. (Issue #32) (dannytatom) * Added a new class called `.pure-form-message`. It works the same way as `.pure-form-message-inline` but is meant for block elements. (Issue #32) (dannytatom) * Added focus styles for file, radio, and checkbox ``s to improve accessibility. (Issue #42) (codepb) * `