Pure 0.4.2 — Bug Fixes
This is a patch release to fix some minor bugs that were reported and fixed by contributors.
As we move forward making it easier for developers to build on Pure we're trying to provide the minimal set of CSS declarations needed to provide a solid base foundation. The goal with Pure is to solve the common and hard CSS problems that most web projects face.
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
Bower Package Improvements
@stevenvachon added main
to Pure's bower.json
file to allow easier integration with build processes and tooling. (#286)
Forms Improvements
We've removed some of the font-size
declarations in Forms to allow the defaults to apply and make it easier for developers to customize. This may affect your app, and you can easily handle this by setting the font-size
you want for form <input>
s.
@jpetto and @kwando contributed some fixes for some minor bugs in Forms. The changes improve the extensibility of the Forms' styles, making it easier for developers to customize. (#265, #283, #295)