Skip to content

Draft: Merge tailwindcss.mjs into compile_css.mjs

What does this MR do and why?

Now that I think about it, I am actually unsure whether we want to do it. Doing it would mean, we need to compile all CSS in all pipelines, rather than just the tailwind.css utility file.

Also given that tailwind watches all HAML,JS and Vue files, it might make it harder to turn off the tailwind file watcher while keeping the other css watcher.

Also, doing this doesn't necessarily mean that we could add support for @apply any easier...

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports