Ludovico Fischer

Results 9 issues of Ludovico Fischer

Hi, I've tested these types declarations inside the cssnano repository and they seem to work fine. They would be handy as I am adding TypeScript JsDoc to cssnano.

Since 8.4.6, PostCSS stopped removing comments in declarations, because it sometimes produced the wrong CSS. postcss-calc can remove the comments safely because it only modifies the contents of function nodes.

Fix #132 `\b` also matches '.', so the regex for the number expression would match `41` in `41.7rpx`. Then `UNKNOWN_DIMENSION` would match `.7rpx` and create the invalid sequence `NumberExpression`, `UnknownDimension`.

Node.js 4+ support Object.assign() natively: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign

### What should be improved? .a { place-content: center; justify-content: start; } .b { justify-content: start; place-content: center; } I think we should order them before merge, and if reorder...

enhancement

Some people prefer to mark the build as failed when the tests don't pass, as can be achieved with some other plugins.

When vargs disappeared off npm, I was quite confused since vargs doe not have a `package.json` and its page looks quite bare: https://www.npmjs.com/package/vargs I took the liberty of designing a...

The 7.0 release is identical to the latest 6.0 release, except it requires Node.js 18 as a minimum This PR contains a: - [ ] **bugfix** - [ ] new...

### What should be improved? hat postcss-calc uses an unmantained and I suspect buggy parser generator called jison-gho to generate the parser for the `calc()` expressions. If I remeber correctly,...

enhancement