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 13c68b0..100d1f6 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",