Skip to content

Move a few SASS includes to tailwind apply

Lukas Eipert requested to merge leipert-move-a-few-includes-to-apply into master

What does this MR do and why?

Move a few SASS includes to tailwind apply

This will help with untieing the GitLab styles from our legacy utils.

Migrate away from deprecated scss utility mixins

In favor of using tailwind's @apply.

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

How to set up and validate locally

  1. Be on master branch:
  2. Go to app/assets/
  3. rm -rf builds
  4. yarn build:css && yarn tailwindcss:build && npx prettier --write builds
  5. git add -f builds
  6. Switch to this branch: git switch leipert-move-a-few-includes-to-apply
  7. yarn build:css && yarn tailwindcss:build && npx prettier --write builds
  8. git diff
Edited by Lukas Eipert

Merge request reports

Loading