mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(compiler): promote styles pipeline
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user