Adding Stitches.js detection

chore:solving implies issue
main
Abdullah Mzaien 3 years ago
parent 32194e88d7
commit 6123ac0655

@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" view-box="0 0 35 35" fill="none">
<style>
path, circle {
stroke: hsl(200 7% 8.4%);
}
@media (prefers-color-scheme: dark) {
path, circle {
stroke: hsl(240 3% 93%);
}
}
</style>
<circle cx="17.5" cy="17.5" r="14.5" stroke-width="2" />
<path d="M12.8184 31.3218L31.8709 20.3218" />
<path d="M3.31836 14.8674L22.3709 3.86743" />
<path d="M8.65332 29.1077L25.9738 19.1077" stroke-linecap="round" stroke-linejoin="round" />
<path d="M9.21582 16.0815L26.5363 6.08154" stroke-linecap="round" />
<path d="M13.2334 14.2297L22.5099 21.1077" stroke-linecap="round" stroke-linejoin="round" />
<path d="M16.6973 12.2302L25.9736 19.1078" stroke-linecap="round" stroke-linejoin="round" />
<path d="M9.21582 16.0815L19.0459 23.1078" stroke-linecap="round" stroke-linejoin="round" />
</svg>

After

Width:  |  Height:  |  Size: 862 B

@ -179,6 +179,30 @@
"icon": "SQLite.png", "icon": "SQLite.png",
"website": "http://www.sqlite.org" "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, multi-variant support, and a best-in-class developer experience",
"html":"<style id=\"stitches\">",
"dom": ".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": { "STUDIO": {
"cats": [ "cats": [
51 51