Stéphane Goetz

Results 36 issues of Stéphane Goetz

Hi, A PR was merged this summer ( #18 ) to add PostCSS 8 support. can you please release it ? I do understand that the gray() function is removed...

Hi, This upgrades postcss-color-rgba-fallback to PostCSS 8 using this guide : https://evilmartians.com/chronicles/postcss-8-plugin-migration I also removed support for Node 8 which has been unsupported for quite some time.

Hello, This PR makes the following changes * Update this module to PostCSS 8 using the migration guide : https://evilmartians.com/chronicles/postcss-8-plugin-migration * Update the node version to use 10 at the...

Hi, I'm trying to bundle my dependencies within an ESM package I get mixed results depending if the module I compile is using ESM or CJS. Here is an example...

bug

It's impossible to use [`source-map-explorer`](https://npm.im/source-map-explorer) to read the output of an NCC build. ``` ❯ source-map-explorer dist/index.js dist/index.js Your source map refers to generated line 154, but the source only...

bug

Hello, This PR makes the following changes, fixes #20 * Update this module to PostCSS 8 using the migration guide : https://evilmartians.com/chronicles/postcss-8-plugin-migration * Update the node version to use 10...

Hello, This PR makes the following changes * Update this module to PostCSS 8 using the migration guide : https://evilmartians.com/chronicles/postcss-8-plugin-migration * Update the node version to use 10 at the...

## Changes Hi, This PR (finally) updates my article with the figures from the screenshot and an explanation on how the scheduler works. ## Context This is following a discussion...

Hello, your solutions look very interesting. But why are all examples without import and the esm-jest file was removed. I’m not sure to understand what it’s supposed to demo in...