mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Updated HISTORY.md with developer workflow improvements
This commit is contained in:
parent
3ddec31543
commit
97043c6679
14
HISTORY.md
14
HISTORY.md
@ -4,9 +4,21 @@ Pure Change History
|
||||
NEXT
|
||||
----
|
||||
|
||||
* Fixed accessability mistake by removing `a:focus {outline: none;}` rule from
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user