🐛 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.