Skip to content

v2.5.1

Latest
Compare
Choose a tag to compare
@shawnbot shawnbot released this 20 Oct 04:45
· 8 commits to main since this release
2505f16

🐛 Bug fixes

This bug fix adds the lib directory to the published sfgov-design-system package so that the tailwind preset can be imported:

module.exports = {
  presets: [
    // like this
    'sfgov-design-system/tailwind.preset'
    // ...or this
    require('sfgov-design-system/tailwind.preset'),
  ]
}

🏠 Internal

We've resolved some critical dependency vulnerabilities in lerna-lite in #120.