From b9355b169e185736ffacb2984af9105ec7ca3dfa Mon Sep 17 00:00:00 2001 From: Ian Trent Date: Sat, 16 May 2020 21:46:51 -0400 Subject: [PATCH] Add Tailwind CSS identifier --- src/apps.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 41f87971e..3eb07ee4d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10747,7 +10747,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/" },