Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESM tailwind config is not supported #654

Closed
babyface001 opened this issue Nov 5, 2022 · 1 comment
Closed

ESM tailwind config is not supported #654

babyface001 opened this issue Nov 5, 2022 · 1 comment

Comments

@babyface001
Copy link

What version of Tailwind CSS IntelliSense are you using?

Marketplace version

What version of Tailwind CSS are you using?
3.0

Tailwind config

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {
      colors: {
        primary: {"50":"#f5f3ff","100":"#ede9fe","200":"#ddd6fe","300":"#c4b5fd","400":"#a78bfa","500":"#8b5cf6","600":"#7c3aed","700":"#6d28d9","800":"#5b21b6","900":"#4c1d95"}
      }
    },
  },
  plugins: [],
}

Describe your issue

Tailwind CSS: require() of ES Module tailwind.config.js from .vscode/extensions/bradlc.vscode-tailwindcss-0.9.1/dist/tailwindServer.js not supported.

@bradlc
Copy link
Contributor

bradlc commented Nov 7, 2022

Duplicate of #565 #592

@bradlc bradlc closed this as not planned Won't fix, can't repro, duplicate, stale Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants