Skip to content

Ensure css_in_js file is created during dev

What does this MR do and why?

Ensure css_in_js file is created during dev

Once the vite server starts, we compile tailwind_all_the_way once in order to generate the css_in_js file.

I cannot wait that we get rid of that file...

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N/A

How to set up and validate locally

  1. gdk stop vite
  2. rm -rf config/helpers/tailwind
  3. gdk start vite
  4. Now config/helpers/tailwind should be created, while it wasn't before.
Edited by Lukas Eipert

Merge request reports