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
clickevent 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
titlein YAML frontmatter
Full Changelog: v2.3.1...v2.4.0