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

negative breakpoints #19

Closed
chharvey opened this issue Oct 25, 2016 · 1 comment
Closed

negative breakpoints #19

chharvey opened this issue Oct 25, 2016 · 1 comment

Comments

@chharvey
Copy link
Owner

chharvey commented Oct 25, 2016

inspired by chharvey/xmeter#11

@media not all and (min-width: 30em) { ./**/-nK {} } /* (max-width: 29.999em) */
@media not all and (min-width: 45em) { ./**/-nM {} } /* (max-width: 44.999em) */
@media not all and (min-width: 60em) { ./**/-nG {} } /* (max-width: 59.999em) */
@media not all and (min-width: 75em) { ./**/-nT {} } /* (max-width: 74.999em) */
@media not all and (min-width: 90em) { ./**/-nP {} } /* (max-width: 89.999em) */
chharvey pushed a commit that referenced this issue Feb 9, 2017
@chharvey chharvey modified the milestone: v0.12.0 Mar 28, 2017
@chharvey
Copy link
Owner Author

chharvey pushed a commit that referenced this issue Apr 27, 2017
completes `flex`, `column-width`, and `width` for #19
@chharvey chharvey modified the milestones: v0.10.0, v0.13.0 Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant