mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Right now if you have a completely empty theme we'll still suggest `shadow`, `inset-shadow`, and `text-shadow` as utilities even tho they won't exist. This fixes this by checking for the theme key when computing the suggestions.