From b15b164d05d7ba592d82a3f315a6ea5e33bbd690 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 13 Sep 2022 13:49:18 +0900 Subject: [PATCH] Change detection method dom to css --- src/technologies/n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/n.json b/src/technologies/n.json index 961fa4247..e206bc0c0 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -591,7 +591,7 @@ 66 ], "description": "NextUI allows you to make beautiful, modern, and fast websites/applications regardless of your design experience, created with React.js and Stitches, based on React Aria and inspired by Vuesax.", - "dom": "[class^='nextui-c-']", + "css": "--nextui-(?:colors-accents1|colors-text|space-0|fonts-sans|fonts-mono)", "icon": "NextUI.png", "implies": [ "React",