From 1fba72b625e42092b07eaf7f9c6efca2e2cc43d3 Mon Sep 17 00:00:00 2001 From: Joar Karlsson Date: Fri, 27 Oct 2023 10:15:11 +0200 Subject: [PATCH] Update README.md To include docs for (Tagged template)[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a9639a..a2d7bfe 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ FYI, here are the `default` values: removeDuplicates: true, skipClassAttribute: false, whitelist: [], - tags: [], + tags: [], // can be set to e.g. ['tw'] for use in tw`bg-blue` classRegex: "^class(Name)?$", // can be modified to support custom attributes. E.g. "^tw$" for `twin.macro` }, },