Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Theme/Token Exporter #109

Open
ThijsZijdel opened this issue Sep 3, 2024 · 0 comments
Open

[Feature request] Theme/Token Exporter #109

ThijsZijdel opened this issue Sep 3, 2024 · 0 comments

Comments

@ThijsZijdel
Copy link
Contributor

ThijsZijdel commented Sep 3, 2024

A theme/token exporter that seamlessly Integrates with the visual and UI modules of devtools-x

Screenshot 2024-09-03 at 23 31 22

Context

As a developer (/designer), I need a tool to efficiently manage and export design themes and tokens in various formats. Additionally, having a typography scale creator and previewer will streamline the design process.

Scope

  • Export Options: Export themes and tokens in multiple formats (e.g., JSON, SCSS, CSS, PHP).
  • Typography Scale: Create and preview typography scales for consistent design.

Current progress

Color conversions are mostly ready, currently working on the ui & typography exports.

import {
  cssConverter,
  javascriptConverter,
  jsonConverter,
  phpConverter,
  rawConverter,
  sassConverter,
  scssConverter,
  swiftConverter,
  tailwindConverter,
  tokenConverter,
  typeScriptConverter,
  xmlConverter,
  yamlConverter,
} from "@/utils/tokens/converter";

Preview

Screenshot 2024-09-03 at 22 53 54 Screenshot 2024-09-03 at 22 54 53
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

No branches or pull requests

1 participant