Commit da7bbee
committed
chore: Remove deprecated js config for Tailwind
Tailwind v4 moves from tailwind.config.mjs to using the @theme directive in css:
https://tailwindcss.com/docs/upgrade-guide#using-a-javascript-config-file
There is currently no way to cleanly reference the default font stack without copy-pasting in Tailwind v4:
tailwindlabs/tailwindcss#152531 parent 4c247d9 commit da7bbee
2 files changed
+7
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| |||
This file was deleted.
0 commit comments