DEV Community

MUMTAHINA-766
MUMTAHINA-766

Posted on

Answer: Unknown at rule @tailwind css(unknownAtRules)

Create or edit .vscode/settings.json and add:

{
  "files.associations": {
    "*.css": "tailwindcss"
  }
}

Additionally the VSCode extension is helpful - these notes are from their docs.

Top comments (0)