Noah Baldwin

Results 50 comments of Noah Baldwin

Not just the preset, but any given set of plugins should run in an ideal order. if you check out the example I gave, it demonstrates that some plugins should...

Not sure what’s not making sense? And besides, being a breaking change is fine if it’s part of a major release? If it would be helpful for me to look...

Seemed to be something with the channel. It's working after updating from `1.76.0` in `rust-toolchain.toml` I'll leave to you to decide whether to close this

Hi, starting this as a draft as this a first-time contribution. Let me know if I've missed anything!

Closing this so that I'm not using `master` in my fork, will re-raise soon

Yep, absolutely -- SVG transform seems to be a kind of superset of CSS transforms. Thought it'd be worth making this issue for awareness anyway. For what it's worth, I...

https://github.com/noahbald/oxvg/blob/9cbed0f2d3d70c1b3847f29cf7cc8e12b6ddc1cc/crates/oxvg_ast/src/style.rs#L53-L1431 I've implemented `PresentationAttr` and `SVGTransform` in my project which are analogous to `Property` and `Transform`. Would it be worth porting this from my project to lightningcss?

Seems like `display: marker` and `display: compact` were only ever experimental/draft properties, so I won't include those

Hey Solo, I can't seem to replicate the issue. Are there any more details you can provide (OS, `rustc --version`, etc)? Output ``` $ ./target/release/oxvg optimise crates/oxvg_optimiser/benches/ -r -o output/...

Howdy, is this still an issue for you? I'll close the issue soon as there doesn't seem to be any way to replicate it