From 0e2ec45c1a44ee42fcfeb6f00eeb7430a6e5e6ad Mon Sep 17 00:00:00 2001 From: Ilya Artamonov Date: Mon, 5 Dec 2022 21:42:04 +0300 Subject: [PATCH] chore: Added path to styles --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 37fd593..d6dbd63 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ ".": { "import": "./dist/flowbite-vue.es.js", "require": "./dist/flowbite-vue.umd.js" + }, + "./dist/style.css": { + "import": "./dist/style.css", + "require": "./dist/style.css" } }, "scripts": {