tailwindcss-classnames icon indicating copy to clipboard operation
tailwindcss-classnames copied to clipboard

Doesn't work with tailwind.config.ts

Open FezVrasta opened this issue 1 year ago • 0 comments

If I try to provide the CLI a .ts config file it errors with

import type { Config } from "tailwindcss";
^^^^^^

SyntaxError: Cannot use import statement outside a module

FezVrasta avatar Nov 07 '24 16:11 FezVrasta