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

Windi css intelisense not working for pug #357

Open
louiss0 opened this issue May 6, 2022 · 0 comments
Open

Windi css intelisense not working for pug #357

louiss0 opened this issue May 6, 2022 · 0 comments

Comments

@louiss0
Copy link

louiss0 commented May 6, 2022

I'm doing a project with docker windicss and pug I downloaded the pug file but the pug file is not working for me at all. I get no autocomplete and even when I add this code / it does not work i'm using vite

"windicss.includeLanguages" : {
      "pug" : {
          "type":"html"
      },
  • My package json file
{
  "name": "html-template",
  "private": true,
  "version": "0.0.0",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "pug": "^3.0.2",
    "typescript": "^4.5.4",
    "vite": "^2.9.0",
    "vite-plugin-pug": "^0.3.1",
    "vite-plugin-windicss": "^1.8.4",
    "windicss": "^3.5.1"
  },
  "dependencies": {
    "uuid": "^8.3.2",
    "vite-plugin-mpa": "^1.1.1"
  }
}


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

1 participant