Skip to content

Manually copy Tailwind generated utils

Peter Hegman requested to merge revert-tailwind-positioning-utilities into master

What does this MR do and why?

We are having an issue on https://dev.gitlab.org/ where tailwind.css is not being loaded and therefore places that have been migrated from legacy utils are broken. We spun up a new self-managed instance and everything was working as expected so we are looking into why this may be the case on https://dev.gitlab.org/. This MR is a potential backup if we realize there is an edge case where tailwind.css won't be loaded. I manually copied the tailwind generated utils to app/assets/stylesheets/utilities.scss which is included in app/assets/stylesheets/application_utilities.scss

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.

How to set up and validate locally

  1. Check out this branch and start up GDK
  2. Hover over an item with subitems in the sidebar
Edited by Peter Hegman

Merge request reports