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

Handle prefix option #60

Merged
merged 3 commits into from
Nov 11, 2018
Merged

Handle prefix option #60

merged 3 commits into from
Nov 11, 2018

Conversation

emortlock
Copy link
Owner

@emortlock emortlock commented Nov 11, 2018

  • Use component primitives for all UI elements
  • Make all tailwind utility class options available through prop syntax
  • Attached theme context to Base so it can pass prefix value to getTailwindClassNames
  • Change tailwindPropToClassName to insert prefix at relevent point

Fixes #55

emortlock and others added 3 commits November 11, 2018 21:40
- Use component primitives for all UI elements
- Make all tailwind utility class options available through prop syntax
- Attached theme context to `Base` so it can pass `prefix` value to `getTailwindClassNames`
- Change `tailwindPropToClassName` to insert `prefix` at relevent point
@emortlock emortlock merged commit d76c269 into master Nov 11, 2018
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.

Is there a way to define a prefix?
1 participant