From a4fdaadfec55531a964f00e231c715031c56e0bb Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 8 Jul 2022 23:11:50 +0800 Subject: [PATCH] docs: make clear about safelist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99667ff390..3c0860522b 100644 --- a/README.md +++ b/README.md @@ -594,7 +594,7 @@ By default UnoCSS will scan for components files like: `.jsx`, `.tsx`, `.vue`, ` Sometimes you might want have to use dynamic concatenations like: ```html -
+
``` Due the fact that UnoCSS works in build time using static extracting, at the compile time we can't possibility know all the combination of the utilities. For that, you can configure the `safelist` option.