Closed roosta closed 5 years ago
Forgot to mention my env is cljs. Found this regexp in compression.cljc
:r-paren #"^\s*\(\s*"
, seems it gobbles up whitespace before a literal paren
match. I also see that there is a :space+
regexp that seems to match literal
space? Maybe there's a way to have the space after and
detected as :space+
?
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
.