@builder.io/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
21 lines (20 loc) • 458 B
JSON
{
"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"
}
}