v2.4.0
🚀 Features
-
A new Tailwind preset!
module.exports = { presets: ['sfgov-design-system/tailwind.preset'] }
-
A public Tailwind config (
sfgov-design-system/tailwind.config
) for extending directly
🐛 Bug fixes
- Updated color values from Figma in #97
📝 Documentation
- New button component docs!
- Improved good/bad example rendering
- Delegated
click
event listener on empty links (href="#"
) to prevent janky scrolling
🏠 Internal
- ESLint for JS with the no-expiring-todo-comments rule
- Stylelint for CSS with a
no-expiring-todo-comments
-like rule - Markdownlint for our docs with a rule insisting that every page have a
title
in YAML frontmatter
Full Changelog: v2.3.1...v2.4.0