Jeremy Stoller
Jeremy Stoller
I'm experiencing this same bug. From what I can tell, this may be an interaction with the html5shiv (https://github.com/aFarkas/html5shiv). I'm using the latest head from github for both PIE and...
This does appear to be a conflict with the html5shiv. I've worked with the maintainer of that project to find a solution. It seems that anyone wishing to use both...
I believe the correct syntax is `-pie-watch-ancestors: 1;`. I was having a similar problem and adding this to my css seems to have helped.
For what it's worth, I'd be happy to get `@content` as a string, as written, no compilation necessary. I'd like to do something like this: ```sass @mixin ext() { $id:...
> That would make the apparent size of the first and last grid item wider than the other grid items, since they would have less padding then the other grid...
I'm currently merging in all your latest changes, refactoring my code and trying a slightly different approach, which I think should work better for percentage based layouts. It occurred to...