refactor(compiler): promote styles pipeline

This commit is contained in:
Rahim
2026-06-26 00:20:01 -07:00
parent 86d84bc45a
commit b55eb1a0fd
26 changed files with 1084 additions and 716 deletions
+4
View File
@@ -19,6 +19,10 @@
"types": "./dist/bundlers/vite.d.ts",
"default": "./dist/bundlers/vite.js"
},
"./styles": {
"types": "./dist/styles/index.d.ts",
"default": "./dist/styles/index.js"
},
"./tailwind": {
"types": "./dist/tailwind/index.d.ts",
"default": "./dist/tailwind/index.js"