mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* Generate plugin list file Removes the importing of all plugins in src/util/resolveConfig to avoid importing CSS. Import the built plugin list file instead. * Use `process.cwd()` instead of `__dirname` to resolve path Co-authored-by: Federico Ciardi <fed.ciardi@gmail.com> * Import core plugin list in resolveConfig test * Generate plugin list prebabelify and on install * Move generation from install to postinstall Co-authored-by: Federico Ciardi <fed.ciardi@gmail.com> Co-authored-by: Federico Ciardi <fed.ciardi@gmail.com>