-
Notifications
You must be signed in to change notification settings - Fork 89
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
Complex media queries and pretty-print? false #168
Comments
Forgot to mention my env is cljs. Found this regexp in |
Thanks for the bug report and having a look into possible solutions. It’s been a while since I’ve worked with that code and I’ll take a look into the issue. You’re proposed solution seems like it’s on the right track though. |
First of thanks for making Garden, its been my goto CSS library for a long time . That said I think I located a bug with pretty print and media queries. A query like this for example:
produces this CSS:
The media query is not applied due to missing whitespace after
and
.The text was updated successfully, but these errors were encountered: