Results 13 comments of Philipp

@garyf Hey there, thanks for making this library! I also noticed you’re using Maps instead of Keyword lists for the opts. I agree with @theduke that a Keyword list would...

I have encountered the same problem using sass-brunch. My scss file starts like this: ```scss @import "compass/reset"; @import "compass/typography/vertical_rhythm"; @import url("https://fonts.googleapis.com/[…]"); ``` This made progeny throw the following error: ```...

It looks like other browsers behave like this specifically for [Conditional Comments](https://en.wikipedia.org/wiki/Conditional_comment) for IE: A regular non-conditional comment is rendered like this: ```html Before the comment this is the end...