Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 4c56e53

Browse files
committed
Remove comment
1 parent 3abb7ed commit 4c56e53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/setupContext.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ function buildPluginApi(tailwindConfig, context, { variantList, variantMap, offs
350350
}
351351

352352
return {
353-
// Classic plugin API
354353
addVariant(variantName, applyThisVariant, options = {}) {
355354
insertInto(variantList, variantName, options)
356355
variantMap.set(variantName, applyThisVariant)

0 commit comments

Comments
 (0)