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

tailwindcss class "sr-only" isn't covered by the transformer #381

Open
MoulatiMehdi opened this issue Oct 9, 2023 · 0 comments
Open

tailwindcss class "sr-only" isn't covered by the transformer #381

MoulatiMehdi opened this issue Oct 9, 2023 · 0 comments

Comments

@MoulatiMehdi
Copy link

MoulatiMehdi commented Oct 9, 2023

i just want to highlight that sr-only isn't covered by the transformer :

.selector{   
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

it should be :

.selector{
  @apply  sr-only 
}```
@MoulatiMehdi MoulatiMehdi changed the title sr-only tailwindcss class "sr-only" isn't covered by the transformer Oct 9, 2023
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