diff --git a/src/apps.json b/src/apps.json index 7ff4d0f46..07c756d12 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10762,7 +10762,10 @@ "cats": [ 66 ], - "html": "]+?href=\"[^\"]+tailwindcss(?:\\.min)?\\.css", + "html": [ + "]+?href=\"[^\"]+tailwindcss(?:\\.min)?\\.css", + "[^>]*class=\"[^\"]*(?:sm:|md:|lg:|xl:)" + ], "icon": "tailwindcss.svg", "website": "https://tailwindcss.com/" },