I'm using tailwind v3, and I have a config with a plugin:
tailwind.config.js:
import oklch from 'tailwind-plugin-oklch';
export default {
content: ...,
theme: ...,
plugins: [oklch]
};
I get this error message when trying to use the extension: "Cannot use import statement outside a module"