From a090ac9a2c4589dc7387e867202addf54a7b6413 Mon Sep 17 00:00:00 2001 From: daniel-bergmann Date: Tue, 8 Aug 2023 08:31:56 +0000 Subject: [PATCH] added basil css to the list --- src/drivers/webextension/images/icons/basilcss.svg | 9 +++++++++ src/technologies/b.json | 14 +++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/basilcss.svg diff --git a/src/drivers/webextension/images/icons/basilcss.svg b/src/drivers/webextension/images/icons/basilcss.svg new file mode 100644 index 000000000..511d1d3e5 --- /dev/null +++ b/src/drivers/webextension/images/icons/basilcss.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies/b.json b/src/technologies/b.json index 390cce695..f2653175a 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -333,6 +333,18 @@ }, "website": "https://tools.ietf.org/html/rfc7617" }, + "Basil.css": { + "cats": [66], + "description": "Basil.css is a responsive and customizable UI framework.", + "html": [ + "]* href=[^>]*?basil\\.css[^>]*?>", + "", + "]* href=\"https://unpkg\\.com/basilcss", + "]* href=\"https://cdn\\.jsdelivr\\.net/npm/basilcss" + ], + "icon": "basilcss.svg", + "website": "https://basilcss.com" + }, "Basis Technologies": { "cats": [ 36 @@ -2862,4 +2874,4 @@ "scriptSrc": "cdn\\.ibdok\\.ir/", "website": "https://bdok.ir" } -} \ No newline at end of file +}