{
  "description": "Use PostCSS in your Qwik app",
  "__qwik__": {
    "displayName": "Integration: PostCSS (styling)",
    "priority": -10,
    "viteConfig": {},
    "docs": [
      "https://qwik.dev/integrations/postcss/",
      "https://github.com/postcss/postcss-load-config"
    ],
    "alwaysInRoot": [
      ".vscode"
    ]
  },
  "devDependencies": {
    "autoprefixer": "^10.4.14",
    "postcss": "^8.4.31",
    "postcss-preset-env": "^9.1.0"
  }
}
