fix: removing implies from stitches because it can work with any js framework/lib

chore: update Stitiches logo to make it appear
chore: removing unrelated things from dom
main
Abdullah Mzaien 3 years ago
parent 5646c826c1
commit 65dd702a9b

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

Before

Width:  |  Height:  |  Size: 862 B

After

Width:  |  Height:  |  Size: 938 B

@ -185,17 +185,8 @@
47 47
], ],
"description": "Stitches is a is a CSS-in-JS styling framework with near-zero runtime, SSR, and multi-variant support.", "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", "icon": "Stitches.svg",
"implies": [
"React",
"Next.js",
"Gatsby",
"Svelte",
"SvelteKit",
"Vue.js",
"Angular"
],
"oss": true, "oss": true,
"meta": { "meta": {
"generator": "^c-[A-Za-z]{5}$" "generator": "^c-[A-Za-z]{5}$"

Loading…
Cancel
Save