Skip to content

Tailwind plugin clean up

Oliver Meschnig requested to merge hotfix/olme/tailwindcss_cleanup into main
  • added tailwind full build command without treeshaking for development
  • added tailwind compile command with treeshaking
  • added watch command for server side development
  • fixed compilation test
  • removed obsolete passing of contentsection layouts to build function
  • removed third party dependency and using the Tailwind standalone CLI now directly
  • added readme
  • moved hardcoded values to config file
Edited by Oliver Meschnig

Merge request reports