UNPKG

@qwik.dev/core

Version:

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

30 lines (29 loc) 745 B
{ "description": "Zero-cost CSS-in-JS for Qwik", "__qwik__": { "displayName": "Integration: Styled-Vanilla-Extract (styling)", "priority": -10, "viteConfig": { "imports": [ { "namedImports": [ "vanillaExtractPlugin" ], "importPath": "@vanilla-extract/vite-plugin" } ], "vitePlugins": [ "vanillaExtractPlugin()" ] }, "docs": [ "https://qwik.dev/docs/integrations/styled-vanilla-extract/", "https://github.com/wmertens/styled-vanilla-extract/blob/main/README.md", "https://vanilla-extract.style/" ] }, "devDependencies": { "@vanilla-extract/css": "^1.12.0", "styled-vanilla-extract": "^0.5.4" } }