From 82339a14c47735865024d03f11d8e69b652f0e80 Mon Sep 17 00:00:00 2001 From: sakkke Date: Thu, 9 Jun 2022 16:59:47 +0900 Subject: [PATCH] allow import from CSS --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bcee17..5329038 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,10 @@ "description": "Soothing pastel themes for the high-spirited!", "main": "index.js", "type": "module", - "exports": "./index.js", + "exports": { + ".": "./index.js", + "./style": "./css/catppuccin.css" + }, "scripts": { "test": "ava" },