UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

21 lines (20 loc) 458 B
{ "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" } }