- Fix the text color when hovering on primary buttons (#26)
- Add new component styles (#17)
- Add new 11ty docs site running in GitHub Pages (https://roux.thoughtbot.dev/) (#17)
- Fix range input label spacing (#20)
- Progressively enhance modals with animation (#24)
- Use a larger font for disclosure summaries (#23)
- WE DON'T NEED BORDER-BOX! Remove
box-sizing: border-boxfrom normalize. This results in form inputs being extra wide. We resolve this by removingwidth: 100%;from inputs. Because we're using flexbox layout, the 100% is unnecessary. (#18)- Refer to Kevin Powell's video on box-sizing for an explanation of why this change is a good idea
- Overhaul the readme for Roux's use case and how to dive into it using