From d70c4ccfe76f2ae0d118ab5602a8e18e8452c490 Mon Sep 17 00:00:00 2001 From: Abdullah Mzaien Date: Mon, 13 Dec 2021 00:46:51 +0300 Subject: [PATCH] fix: removing implies for stitches --- src/technologies/s.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index c0091605d..67a4f5c31 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3993,17 +3993,8 @@ 47 ], "description": "Stitches is a is a CSS-in-JS styling framework with near-zero runtime, SSR, and multi-variant support.", - "dom": "style#stitches, .StudioCanvas, .publish-studio-style", + "dom": "style#stitches", "icon": "Stitches.svg", - "implies": [ - "React", - "Next.js", - "Gatsby", - "Svelte", - "SvelteKit", - "Vue.js", - "Angular" - ], "meta": { "generator": "^c-[A-Za-z]{5}$" },