Pure Change History =================== NEXT ---- 0.2.0 (2013-06-11) ------------------ * (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule from `buttons-core.css`. * (!) Improved `:focus` styles by applying the same rules that are used by `:hover` styles. When overriding Pure's `:hover` styles, be sure to include `:focus` selectors as well. * 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) * Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. All modern browsers support the non-prefixed versions of these properties. (Issue #23) ### 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) * `