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] - Provide an alternative to Tailwind Preset for users that don't use Tailwind #79

Open
aAmorim27 opened this issue Feb 2, 2023 · 0 comments
Labels
Feature Type: New Feature

Comments

@aAmorim27
Copy link
Contributor

What problem does this feature solve?

Currently the only way to get access to the design system foundation (colors, spacers, breakpoints, etc.) is by using the Tailwind Preset included in the library. But it may occur that some projects aren't using Tailwind and may want to have access to the design system foundation. It may be great to provide a way to access the design system foundation without Tailwind CSS

What is your idea for solve this issue

We can export CSS Design tokens by defining CSS custom properties (variables)
The values of the variables will be linked to the Tailwind CSS config file by using the theme() function to maintain the values in one place

@aAmorim27 aAmorim27 added the Feature Type: New Feature label Feb 2, 2023
@aAmorim27 aAmorim27 mentioned this issue Feb 2, 2023
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Type: New Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant