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

Support for breakpoints grouping #142

Open
chenjau opened this issue Jul 5, 2021 · 1 comment
Open

Support for breakpoints grouping #142

chenjau opened this issue Jul 5, 2021 · 1 comment

Comments

@chenjau
Copy link

chenjau commented Jul 5, 2021

current behavior:
div class='md:h-21 md:w1/2 fixed top-0 z-10 flex-shrink-0 w-full h-16'
expect:
div class='fixed top-0 z-10 flex-shrink-0 w-full md:w1/2 h-16 md:h-21'


I think the problem is these classes don't exist in sort order list, and adding these numerous classes to config is impossible.


Maybe we can just ignore breakpoint prefixes, md:h-21 == h-21 for example?

@fransyrcc
Copy link

Hello,
It would be awesome if support for breakpoints is added.
In my case it's important to be able to read the classes in a mobile first order. maybe sorting breakpoints by the order in screens in tailwind configuration?

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

2 participants