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

missing types for border extended colors #57

Open
AdrienLemaire opened this issue Sep 24, 2020 · 0 comments
Open

missing types for border extended colors #57

AdrienLemaire opened this issue Sep 24, 2020 · 0 comments
Labels
bug

Comments

@AdrienLemaire
Copy link

@AdrienLemaire AdrienLemaire commented Sep 24, 2020

Colors defined in theme/extend/colors are typed in many places (placeholder, bg, text,from/via etc) but not in border (class TBorderColor)

  theme: {
    extend: {
      colors: {
         goblue: '#00f'
       }
     }
    }

Expecting

export type TBorderColor = 
  ...
  | 'border-goblue';

export type TPseudoClasses =
  ...
  | 'focus:border-goblue''

Versions:

    "tailwindcss": "1.8.10",
    "tailwindcss-classnames": "1.8.3",
@muhammadsammy muhammadsammy added the bug label Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.