v2.0.3
Our first patch release since open sourcing! Fixes focused entirely on three categories: our build tools, documentation, and the CSS itself. Here's the breakdown:
Tooling
- #18: Add Hound CI w/ SCSS linter for code quality
- #69: Improve Gruntfile to add autoprefixer to the site publishing task (which also fixes #23)
- #74: Stop ignoring the
script/
folder inbower.json
since we no longer have that folder
Documentation
- #2: Update readme to remove old Sprockets instructions
- #3: Update the package name from
primer
toprimer-css
- #4, #67, #70, #78: Add a couple notes to the docs and source code on "broken"
<ul>
s and<ol>
s - #8: Mention Rouge as a gem dependency in install instructions
- #9, #20, #35, #47, #75: Fix various typos in our readme and docs
- #16, #65: Add browser and platform support to About page
- #38: Add basic dev notes on how we use branches in the readme
- #44: Added
.editorconfig
file - #63: Document disabled buttons
- #72: Fix links in contributing guidelines
CSS changes
- #9: Miscellaneous typos in our docs and CSS
- #27: Deprecated the gradient mixin because we use Autoprefixer
- #37: Add copyright banners to CSS files
- #48: Fix
.social-count
underline on:active
- #51, #66: Use more precise
width
s for.one-third
and.two-thirds
column classes - #61: Add styles for
.counter
s in buttons - #76: Remove the unnecessary
margin
s andfloat
s on the right arrow icon in buttons
Thanks to everyone who contributed!