downwindcss/easings

perf: Purge Tailwind CSS for Storybook

dance2die opened this issue · 0 comments

Current code base doesn't purge CSS for storybook:
https://github.com/downwindcss/easings/blob/main/tailwind.config.js#L2

module.exports = {
  purge: [], // <--- Add purge regex here
  darkMode: false, // or 'media' or 'class'
  // rest of configuration...
};