convert styled components to tailwind (with prompt)

This commit is contained in:
Nate
2025-06-26 21:40:40 -07:00
parent f637e1d5d4
commit b026445aca
3 changed files with 16 additions and 34 deletions

View File

@@ -0,0 +1,5 @@
---
alwaysApply: false
---
Convert all of the styled components in this file into tailwind CSS. If a variable is used that is not already in @theme.ts and @tailwind.config.cjs, then you should figure out where it comes from and try adding that so it can be used. Wherever a function is called to interpolate a value, you can just use inline `styles={{ ... }}`