Skip to content

chore: remove unused style-dictionary dependency#66

Merged
acald-creator merged 1 commit into
mainfrom
chore/remove-style-dictionary
Apr 13, 2026
Merged

chore: remove unused style-dictionary dependency#66
acald-creator merged 1 commit into
mainfrom
chore/remove-style-dictionary

Conversation

@acald-creator
Copy link
Copy Markdown
Owner

Summary

  • Remove style-dictionary from devDependencies (was installed but never configured)
  • Remove placeholder tokens:build, tokens:build:light, tokens:build:dark, tokens:watch scripts

Design tokens are managed directly in Theme.res with Emotion CSS-in-JS — Style Dictionary doesn't fit the architecture.

Test plan

  • bun run test — all 18 tests pass
  • bun run build — production build succeeds

Closes #53

Remove style-dictionary package and placeholder token scripts that
were never configured. Design tokens are managed directly in
Theme.res with Emotion CSS-in-JS.

Closes #53
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rspack-rescript Ready Ready Preview, Comment Apr 13, 2026 6:38am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 13, 2026

Warning

Rate limit exceeded

@acald-creator has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 42 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 17 minutes and 42 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7caedfcf-f253-4f6e-949a-ec082ed5e578

📥 Commits

Reviewing files that changed from the base of the PR and between 4848a81 and faac7ca.

⛔ Files ignored due to path filters (1)
  • bun.lockb is excluded by !**/bun.lockb
📒 Files selected for processing (1)
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-style-dictionary

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@acald-creator acald-creator merged commit 017ed6b into main Apr 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integrate Style Dictionary for design token automation

1 participant