mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* Update config.d.ts, Make array members partial in Config Instead of `Partial<Array<Thing>>` have `Array<Partial<Thing>>` * simplify types further * update changelog --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>