diff --git a/src/drivers/webextension/images/icons/UnoCSS.svg b/src/drivers/webextension/images/icons/UnoCSS.svg new file mode 100644 index 000000000..7549566cf --- /dev/null +++ b/src/drivers/webextension/images/icons/UnoCSS.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies/u.json b/src/technologies/u.json index 4d6446ad3..12a027008 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -779,6 +779,23 @@ "saas": true, "website": "https://ulogin.ru" }, + "UnoCSS": { + "cats": [ + 66 + ], + "description": "UnoCSS is instant on-demand Atomic CSS engine.", + "css": "--un-(?:rotate|translate|space-x|text-opacity|border-opacity)", + "dom": { + "style[data-unocss]": { + "attributes": { + "data-unocss": "([\\d\\.]+)\\;version:\\1" + } + } + }, + "oss": true, + "icon": "UnoCSS.svg", + "website": "https://uno.antfu.me/" + }, "uPortal": { "cats": [ 21 @@ -826,4 +843,4 @@ "website": "https://github.com/utterance/utterances", "xhr": "\\.utteranc\\.es" } -} \ No newline at end of file +}