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

66 redesign generic option #67

Merged
merged 15 commits into from
Aug 19, 2023
Merged

66 redesign generic option #67

merged 15 commits into from
Aug 19, 2023

Conversation

danpacho
Copy link
Owner

Description

type MyTailwindest = Tailwindest<
    {
        color: "my-color1" | "my-color2"
        screens: "ipad" | "iphone13pro" | "iphone13proMax"
    },
    {
        aria: "my-aria1" | "my-aria2"
    },
    {
        breakIdentifier: "$"
        pseudoClassIdentifier: "_"
        pseudoElementIdentifier: "_"
    }
>
  1. you can define custom screens and aria value more easily and without limitations.
  2. you can customize each nest identifier keywords by 3rd generic option.

Type of Change

  • Enhancement
  • Breaking API Changes

Checklist

  • I have verified this change is not present in other open pull requests
  • Existing issues have been referenced (where applicable)
  • Functionality is documented
  • All code style checks pass
  • All new and existing tests pass

close #66

@danpacho danpacho added enhancement Enhance package with cool feature breaking Breaking API changes labels Aug 19, 2023
@danpacho danpacho self-assigned this Aug 19, 2023
@danpacho danpacho linked an issue Aug 19, 2023 that may be closed by this pull request
@vercel
Copy link

vercel bot commented Aug 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
tailwindest ✅ Ready (Inspect) Visit Preview Aug 19, 2023 10:55am

@danpacho danpacho merged commit 6963679 into master Aug 19, 2023
@danpacho danpacho deleted the 66-redesign-generic-option branch August 19, 2023 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking API changes enhancement Enhance package with cool feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature-request] improve DX, Tailwindest generic option
1 participant