syncify
syncify copied to clipboard
Fix tailwind failing to compile and breaking transforms
This pull request addresses the following two issues related to tailwind.
- Tailwind Compilation: Activating the tailwind setting (true) in the config resulted in no css file compiled.
- Additional Transforms Compilation: This setting broke further transforms after the active tailwind config setting.
Changes Made:
- Added
@tailwindcss/postcssdependency import if the tailwind processor is installed - Version bump for
@tailwindcss/postcss
How to Test:
- Run
sy build --cleanon a tailwind css file with the tailwind setting set to true in the config. Observe the generated css file in the theme output folder.