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

Combine breakpoint-prefixes #40

Open
nelhop opened this issue May 27, 2022 · 0 comments
Open

Combine breakpoint-prefixes #40

nelhop opened this issue May 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nelhop
Copy link
Collaborator

nelhop commented May 27, 2022

When responsive breakpoints only change in a small viewport (i.e. sm) all above breakpoints have to be added, which leads to a long and hard to read class-string.

It would be handy to combine multiple breakpoint-prefixes at once, to avoid duplicate code. For example like md:lg:u-w-class

Instead of writing

sm:u-w-10/12 md:u-w-8/12 lg:u-w-8/12

it would be handy to write

sm:u-w-10/12 md:lg:u-w-8/12
@nelhop nelhop added the enhancement New feature or request label May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant