diff --git a/src/drivers/webextension/images/icons/Stitches.svg b/src/drivers/webextension/images/icons/Stitches.svg new file mode 100644 index 000000000..bbb570149 --- /dev/null +++ b/src/drivers/webextension/images/icons/Stitches.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 27336d00f..cba1a7214 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -179,6 +179,29 @@ "icon": "SQLite.png", "website": "http://www.sqlite.org" }, + "Stitches": { + "cats": [ + 12, + 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", + "icon": "Stitches.svg", + "implies": [ + "React", + "Next.js", + "Gatsby", + "Svelte", + "SvelteKit", + "Vue.js", + "Angular" + ], + "oss": true, + "meta": { + "generator": "^c-[A-Za-z]{5}$" + }, + "website": "https://stitches.dev" + }, "STUDIO": { "cats": [ 51 @@ -3697,4 +3720,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}