Skip to content

Commit

Permalink
fix: rainbow button styling export (#2008)
Browse files Browse the repository at this point in the history
* fix: expose styles.css export

* chore: changeset
  • Loading branch information
DanielSinclair authored May 29, 2024
1 parent 2180ddd commit 9694368
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/ninety-berries-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@rainbow-me/rainbow-button": patch
---

Resolved an issue where the Rainbow Button styling was not exported. You can now import the styling in your project like so:

```tsx
import '@rainbow-me/rainbow-button/styles.css';
```
3 changes: 3 additions & 0 deletions packages/rainbow-button/styles.css/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"main": "../dist/index.css"
}

0 comments on commit 9694368

Please sign in to comment.