Skip to content

Commit

Permalink
Update tailwindcss.html
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Dec 12, 2024
1 parent 131653f commit 6d99cca
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/__snapshots__/finder.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6d99cca

Please sign in to comment.