From 4d67abb82916ccb2232dc73ec6184d7758257161 Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Thu, 12 May 2022 16:21:16 +1000 Subject: [PATCH] fix: incorrect export for web tailwind plugin --- plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.js b/plugin.js index 572666d..2fb909e 100644 --- a/plugin.js +++ b/plugin.js @@ -1 +1 @@ -module.exports = require("./dist/plugin").default; +module.exports = require("./dist/tailwind").default;