From 9d1cdca348b825e6000665488f9143807ac195f2 Mon Sep 17 00:00:00 2001
From: Kasper Seweryn <github@wvffle.net>
Date: Mon, 25 Sep 2023 17:29:17 +0200
Subject: [PATCH] fix: add styles export

---
 package.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package.json b/package.json
index 46b6fa5..8d30b71 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,10 @@
     ".": {
       "import": "./dist/vui.js",
       "require": "./dist/vui.umd.cjs"
+    },
+    "./style.css": {
+      "import": "./dist/style.css",
+      "require": "./dist/style.css"
     }
   },
   "scripts": {
-- 
GitLab