diff --git a/src/drivers/webextension/images/icons/PandaCSS.svg b/src/drivers/webextension/images/icons/PandaCSS.svg new file mode 100644 index 000000000..27d033a6e --- /dev/null +++ b/src/drivers/webextension/images/icons/PandaCSS.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index cee307c22..be44e9043 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -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" } -} \ No newline at end of file +}