Skip to content

Commit

Permalink
Merge pull request #18 from babylonlabs-io/tong/export-tailwind-config
Browse files Browse the repository at this point in the history
export tailwind config so that it can be consumed by other projects
  • Loading branch information
totraev authored Nov 22, 2024
2 parents 89e1ca1 + 0970ba1 commit 6d54419
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/small-kangaroos-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@babylonlabs-io/bbn-core-ui": patch
---

Export tailwind config
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6d54419

Please sign in to comment.