barvian/fluid-tailwind

npm package

Closed this issue · 1 comments

Would it be possible to create/register an npm package so we can use this plugin in TailwindCSS online playground ?

Currently, when adding the plugin into the tailwind.config.js based on the plugin instructions, it throws an error:
SyntaxError: Cannot use import statement outside a module.

Hi, there's an npm package already, but it appears to not work with skypack (which is what Tailwind Play uses to require modules). Also, it seems that Tailwind Play doesn't support custom extractors, so the current syntax wouldn't work there anyway :/