syncify icon indicating copy to clipboard operation
syncify copied to clipboard

Fix tailwind failing to compile and breaking transforms

Open WolfGreyDev opened this issue 7 months ago • 0 comments

This pull request addresses the following two issues related to tailwind.

  1. Tailwind Compilation: Activating the tailwind setting (true) in the config resulted in no css file compiled.
  2. Additional Transforms Compilation: This setting broke further transforms after the active tailwind config setting.

Changes Made:

  • Added @tailwindcss/postcss dependency import if the tailwind processor is installed
  • Version bump for @tailwindcss/postcss

How to Test:

  • Run sy build --clean on a tailwind css file with the tailwind setting set to true in the config. Observe the generated css file in the theme output folder.

WolfGreyDev avatar May 22 '25 12:05 WolfGreyDev