From 1c8dcab7443ce53f1d41b3018ab76fee6498a261 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 9 Sep 2022 22:34:17 +0900 Subject: [PATCH] Add UnoCSS Detection --- src/technologies/u.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/technologies/u.json b/src/technologies/u.json index 600911977..4c01c8ae6 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -773,6 +773,15 @@ "saas": true, "website": "https://ulogin.ru" }, + "UnoCSS": { + "cats": [ + 66 + ], + "css": "--un-(?:rotate|translate|space-x|text-opacity|border-opacity)", + "description": "UnoCSS is instant on-demand Atomic CSS engine.", + "icon": "UnoCSS.svg", + "website": "https://uno.antfu.me/" + }, "uPortal": { "cats": [ 21 @@ -820,4 +829,4 @@ "website": "https://github.com/utterance/utterances", "xhr": "\\.utteranc\\.es" } -} \ No newline at end of file +}