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 pipe characters to separate media query classes #19

Open
pryley opened this issue Dec 31, 2020 · 0 comments
Open

Support pipe characters to separate media query classes #19

pryley opened this issue Dec 31, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pryley
Copy link

pryley commented Dec 31, 2020

For example:

From this:

flex p-2 sm:p-4 md:m-2 m-0 md:p-6

To this:

flex m-0 p-2 | sm:p-4 | md:m-2 md:p-6

I do this a lot and find that it makes it a lot more readable.

@pryley pryley added the enhancement New feature or request label Dec 31, 2020
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

2 participants