Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.15 KB

File metadata and controls

22 lines (14 loc) · 1.15 KB

Roux Changelog

Unreleased

  • Fix the text color when hovering on primary buttons (#26)

0.3.0

  • 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)

0.2.2

  • WE DON'T NEED BORDER-BOX! Remove box-sizing: border-box from normalize. This results in form inputs being extra wide. We resolve this by removing width: 100%; from inputs. Because we're using flexbox layout, the 100% is unnecessary. (#18)

0.2.1

  • Overhaul the readme for Roux's use case and how to dive into it using