From 0970ba18dcb8c5386db1409b3ac63e8fcd110907 Mon Sep 17 00:00:00 2001 From: Tong Li Date: Fri, 22 Nov 2024 22:22:03 +1100 Subject: [PATCH] export tailwind config so that it can be consumed by other projects --- .changeset/small-kangaroos-judge.md | 5 +++++ package.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/small-kangaroos-judge.md diff --git a/.changeset/small-kangaroos-judge.md b/.changeset/small-kangaroos-judge.md new file mode 100644 index 0000000..c6041f8 --- /dev/null +++ b/.changeset/small-kangaroos-judge.md @@ -0,0 +1,5 @@ +--- +"@babylonlabs-io/bbn-core-ui": patch +--- + +Export tailwind config diff --git a/package.json b/package.json index b67643a..7587e24 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "types": "./dist/index.d.ts", "require": "./dist/index.cjs.js", "import": "./dist/index.es.js" - } + }, + "./tailwind": "./tailwind.config.js" }, "scripts": { "dev": "npm run storybook",