Ryan Zimmerman

Results 239 comments of Ryan Zimmerman

I'm not going to download a zip file to reproduce this; please use a GitHub repo or GitHub gist.

Sorry so long in getting around to this. `postcss-import` isn't just messing with the sourcemap; it's modifying the CSS. The output with `postcss-import` enabled is: ```css /* test */.foo {...

I took a quick look over the code, and I can see this is probably going to be difficult to pin down and fix. I personally do not have time...

I don't know much of anything about deno (I have been meaning to look into it for months, but have not gotten time). I'm not opposed to adding support, but,...

OK then, PR welcome. I will need to depend on @oscarotero to resolve any issues with the deno version; I am already stretched thin enough with postcss as it is,...

PR welcome to add an option for this. We might change default behavior sometime, not now.

@romainmenke My apologies for my slowness here; I've been quite busy. Then, I was in a fairly serious accident last week, so that's put things even more on behind. I...

I'm hesitant about the naming of anonymous layers, and what unexpected problems that may create. I'm not super familiar with `@layer` myself, so I don't know all the edge cases.

OK, compromise proposal: we don't support anonymous layers by default. To enable support, you must pass an option which is a function, that is passed the index, and must return...