Merge pull request #6557 from nurbek91/stencil

Add Stencil / web-frameworks #6132
main
Elbert Alias 2 years ago committed by GitHub
commit 759b497c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.9" d="M12.009 20.7246H23.9278L17.4851 27.6859H5.63037L12.009 20.7246Z" fill="black"/>
<path opacity="0.9" d="M31.4369 12.4745H6.95126L0.511963 19.4358H24.9976L31.4369 12.4745ZM14.63 4.22412H26.5048L20.0915 11.1854H8.20745L14.63 4.22412Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 373 B

@ -4716,6 +4716,16 @@
"scriptSrc": "\\.steelhousemedia\\.com/(?:spx\\?dxver=([\\d.]+))?\\;version:\\1", "scriptSrc": "\\.steelhousemedia\\.com/(?:spx\\?dxver=([\\d.]+))?\\;version:\\1",
"website": "https://steelhouse.com" "website": "https://steelhouse.com"
}, },
"Stencil": {
"cats": [
18
],
"description": "Stencil is a compiler that generates Web Components developed by the Ionic team.",
"icon": "Stencil.svg",
"dom": "html[data-stencil-build][class*='hydrated'], stencil-router, stencil-route-link",
"oss": true,
"website": "https://stenciljs.com"
},
"Stimulus": { "Stimulus": {
"cats": [ "cats": [
12 12