Merge pull request #7828 from ysm-dev/panda-css

add Panda CSS detection
main
Elbert Alias 9 months ago committed by GitHub
commit 96fcf2b6a0
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 d="M0 3.66666C0 1.64162 1.64163 0 3.66667 0H28C30.025 0 31.6666 1.64162 31.6666 3.66666V28.3333C31.6666 30.3584 30.025 32 28 32H3.66667C1.64163 32 0 30.3584 0 28.3333V3.66666Z" fill="#F6E458"/>
<path d="M20.2934 7.15291C18.5462 6.65105 16.7642 6.58284 14.9481 6.74526C13.9319 6.85085 12.9549 7.05259 12.0125 7.40658C9.97549 8.17173 8.4461 9.49686 7.53412 11.4922C6.88031 12.9226 6.64402 14.442 6.61939 16.0011C6.59337 17.6487 6.79984 19.2735 7.12793 20.8845C7.42531 22.3446 7.82134 23.7762 8.38694 25.1581C8.44067 25.2894 8.5076 25.3337 8.65103 25.3334C10.4398 25.3296 12.2287 25.3296 14.0176 25.3296C14.5471 25.3296 15.0767 25.3296 15.6063 25.3295C15.6469 25.3295 15.6874 25.3273 15.7341 25.3247C15.7578 25.3234 15.7832 25.322 15.811 25.3207C15.8003 25.2952 15.7907 25.2717 15.7816 25.2496C15.764 25.2063 15.7485 25.1687 15.7313 25.1318C15.6019 24.8551 15.4699 24.5796 15.3379 24.304C15.0514 23.7062 14.7651 23.1085 14.5061 22.4991C13.7205 20.651 13.1189 18.7481 12.9353 16.7338C12.8544 15.845 12.8656 14.9614 13.1122 14.0953C13.394 13.1054 13.9988 12.4066 15.0016 12.1144C15.9225 11.8462 16.8561 11.8479 17.7719 12.1441C18.5893 12.4084 19.1221 12.9668 19.3489 13.8027C19.523 14.4447 19.5229 15.0936 19.3912 15.7409C19.2897 16.2392 19.0856 16.6939 18.7182 17.0577C18.0589 17.7102 17.2357 17.8603 16.3523 17.8102C16.1952 17.8013 16.0385 17.7842 15.877 17.7664C15.8014 17.7581 15.7248 17.7497 15.6465 17.7419C15.6487 17.7669 15.6499 17.7899 15.6512 17.8115C15.6534 17.8539 15.6554 17.8907 15.6641 17.9259C15.7018 18.0772 15.7377 18.2291 15.7736 18.381C15.86 18.7468 15.9464 19.1127 16.0575 19.4708C16.2758 20.1742 16.5294 20.8606 16.8171 21.5308C18.8674 21.3708 20.7559 20.8611 22.7603 19.6579C22.7904 19.6389 22.8178 19.6218 22.8452 19.6047C23.7061 19.0687 24.403 18.3734 24.8835 17.4755C25.6618 16.0215 25.8135 14.4667 25.5822 12.8617C25.3436 11.2054 24.6004 9.81509 23.3208 8.72457C22.4333 7.96818 21.4071 7.47283 20.2934 7.15291Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@ -393,6 +393,16 @@
"scriptSrc": "\\.getpaloma\\.com/",
"website": "https://www.getpaloma.com"
},
"Panda CSS": {
"cats": [
66
],
"css": "--made-with-panda",
"description": "Panda is a styling engine that generates styling primitives to author atomic CSS and recipes in a type-safe and readable manner.",
"icon": "PandaCSS.svg",
"oss": true,
"website": "https://panda-css.com/"
},
"Panelbear": {
"cats": [
10,
@ -3900,4 +3910,4 @@
},
"website": "https://punbb.informer.com"
}
}
}

Loading…
Cancel
Save