Skip to content

Commit

Permalink
fix: add tailwind utility classes to exported styles.css (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhyco authored Jun 11, 2024
1 parent 7412d40 commit ccb069e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/small-cooks-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@coinbase/onchainkit": patch
---

- **fix**: add tailwind utilities to exported styles.css. By @kyhyco #515
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"build": "packemon build --addEngines --addFiles --declaration && npx packemon validate --no-license --no-people --no-repo && tailwindcss -i ./src/styles/index.css -o ./src/tailwind.css --minify && tailwindcss -i ./src/styles/index-with-tailwind.css -o ./src/styles.css --minify",
"watch": "tailwind -i ./src/styles/index.css -o ./src/tailwind.css --watch",
"watch": "tailwind -i ./src/styles/index-with-tailwind.css -o ./src/styles.css --watch",
"check": "yarn format",
"format": "prettier --log-level warn --write .",
"format:check": "prettier --check .",
Expand Down
1 change: 1 addition & 0 deletions src/styles/tailwind-base.css
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@tailwind base;
@tailwind utilities;

0 comments on commit ccb069e

Please sign in to comment.