Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 02:41
· 128 commits to main since this release
282033d

   🚨 Breaking Changes

const { withIcons } = require('@u3u/tailwind-config/icons');

/** @type {import('tailwindcss').Config} */
module.exports = {
  plugins: [
- 	withIcons(),
+	...withIcons(),
  ],
};
    View changes on GitHub