Ludovico Fischer

Results 127 comments of Ludovico Fischer

I think https://github.com/thysultan/stylis might be a better fit, emotion and styled components in React use it for CSS in JS. A sophisticated parser like CSSTree seems a bit too much...

Closing this too as normalize-whitespace seems to have generated valid CSS and I would need the actual build configuration to reproduce (when I click on "the steps to reproduce" link,...

So we should skip removing whitespace when the selector starts with `u` followed by +? I suppose it's not that common in the wild because the `u` element is not...

Why should it preserve the `%` sign? If the number is 0, CSS allows to omit the unit (see https://drafts.csswg.org/css-values/#lengths). Is this a browser compatibility issue?

I am going to close this since as far as I can see `height: 0` should be the same as `height: 0%` and I could not find a reference to...

To solve this issue we need at least the input CSS, otherwise it's impossible to find out why the error happens.

It would better to try the latest cssnano version (5.1.5), the bug report says 5.0.6. > I will check how I can share my project css files here as I...

I think it's going to be impossible to investigate this further, since not even the input CSS is provided in the issue and the error happens with Angular CLI ,...

We could try, but we might end up not needing it for long. If we merge cssnano plugins the monorepo would become smaller.