From 6d99cca23318562cdb4736e927c287b2772956a0 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Thu, 12 Dec 2024 15:29:58 +0100 Subject: [PATCH] Update tailwindcss.html --- tests/__snapshots__/finder.test.js.snap | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/tests/__snapshots__/finder.test.js.snap b/tests/__snapshots__/finder.test.js.snap index c25ea49..d64d0af 100644 --- a/tests/__snapshots__/finder.test.js.snap +++ b/tests/__snapshots__/finder.test.js.snap @@ -193,6 +193,28 @@ exports[`deployer 1`] = ` ] `; +exports[`duplicate 1`] = ` +[ + "html", + "head", + "body", + "div:nth-of-type(1)", + "div:nth-of-type(2)", +] +`; + +exports[`duplicate:sub-nodes 1`] = ` +[ + "html", + "head", + "body", + "div:nth-of-type(1)", + "div:nth-of-type(1) > i", + "div:nth-of-type(2)", + "div:nth-of-type(2) > i", +] +`; + exports[`github 1`] = ` [ "html",