From b63ec47175bdf548dfe6b98f25f385794453e9dd Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 24 Jan 2023 22:31:54 +0600 Subject: [PATCH] Add Pico CSS / ui-frameworks --- src/drivers/webextension/images/icons/Pico CSS.svg | 4 ++++ src/technologies/p.json | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Pico CSS.svg diff --git a/src/drivers/webextension/images/icons/Pico CSS.svg b/src/drivers/webextension/images/icons/Pico CSS.svg new file mode 100644 index 000000000..9eaba861d --- /dev/null +++ b/src/drivers/webextension/images/icons/Pico CSS.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index 9fe4d6043..8f8089f18 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1351,6 +1351,16 @@ ], "website": "https://trypico.com" }, + "Pico CSS": { + "cats": [ + 66 + ], + "description": "Pico CSS is a minimal CSS framework for semantic HTML, without using classes.", + "icon": "Pico CSS.svg", + "dom": "link[href*='/pico.min.css']", + "oss": true, + "website": "https://picocss.com" + }, "Picreel": { "cats": [ 77,