From b4d3440361e57529649de847f988ff4e9a450277 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 23 Mar 2021 10:13:03 +1100 Subject: [PATCH] Update technologies.json --- src/technologies.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 114cc845f..8e72994f3 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -18308,7 +18308,13 @@ "text": "" } }, - "html": "]* rel=\"stylesheet\" media=\"screen\" href=\"https:\/\/cdn-uscreen-alpha\\.global\\.ssl\\.fastly\\.net\/packs\/css\/tailwind-[^\"]*\\.chunk\\.css\" \/>", + "dom": { + "link[rel='stylesheet'][href*='css/tailwind-']": { + "attributes": { + "href": "" + } + } + }, "icon": "Uscreen.svg", "js": { "analyticsHost": "stats\\.uscreen\\.io" @@ -21657,4 +21663,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}