Move a few SASS includes to tailwind apply
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
- Be on master branch:
- Go to
app/assets/
rm -rf builds
yarn build:css && yarn tailwindcss:build && npx prettier --write builds
git add -f builds
- Switch to this branch:
git switch leipert-move-a-few-includes-to-apply
yarn build:css && yarn tailwindcss:build && npx prettier --write builds
git diff
Edited by Lukas Eipert