Roy Revelt

Results 139 comments of Roy Revelt

I'm experiencing the same problem, non-ESM packages resolve fine but when I attempt to import an ESM package which should resolve from `exports.default` in its package.json, I get a similar...

I have a fork with failing test: https://github.com/revelt/mdx-bundler/tree/pr/support-esm-packages that's a good start

raised https://github.com/remorses/esbuild-plugins/issues/16

> Hasn't this always been the case? Probably it was but personally myself and my fellow devs in all past places didn't notice — we always place CSS inline, manually,...

I'm not sure what exactly do you mean by "bulletproof background images" but standard VML backgrounds generated by https://backgrounds.cm/ don't cause inner table cells inside them to lose `padding-left`. Here's...

Nice catch! I can do a fix on `htmlcrush` to avoid double curlies, currently minifier will produce `@media screen{div{color:white;}}.foo{background:green;}`

And using zero is dangerous, I'm using `1px`, as in `font-size: 1px; line-height: 1px;`

It's more spammy than "1", also, some years I've seen a bug which I believe was caused by zero and combination of other factors, just didn't document so can't prove....

Speaking about `th`, is it still relevant?