From 4a7433d628a1ea277d4519859a7240247429fdf6 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 6 Sep 2024 19:01:44 +0200 Subject: [PATCH] chore(package): export style --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7089faf9..ed048fed 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,15 @@ ".": { "types": "./dist/module.d.ts", "import": "./dist/module.mjs", - "require": "./dist/module.cjs" + "require": "./dist/module.cjs", + "style": "./dist/runtime/index.css" }, "./runtime/*": "./dist/runtime/*" }, "bin": { "nuxt-ui": "./cli/index.mjs" }, + "style": "./dist/runtime/index.css", "main": "./dist/module.cjs", "types": "./dist/types.d.ts", "files": [