Richard Feldman

Results 267 comments of Richard Feldman

Interesting! Here's another possible design based on that observation, as well as on the realization that it's actually possible to support `animationName none` and `animationName inherit` and such: ```elm keyframes...

`toUnstyled` should always generate and emit one class per element. If it's not, that's a bug!

@BrianHicks For `backgroundImage` I'd look at how `cursor` works, since it also accepts `url`. I think for `backgroundRepeat` you'll also end up implementing a bunch of related ones like `noRepeat`....

Nice, sounds good @sturgman! I avoid including things that are deprecated, or which are too new to have widespread browser support yet. I don't think we need the aliases.

Sounds great @owanturist! 🤘

@brianvanburken Added `stroke` and related ones to the list - thanks for pointing them out!

@jessitron This is a pretty big change, so gonna leave it to you to merge if you like it. :smiley:

Sorry, I don't understand. Can you rephrase? Annotated screenshots might help!

Hm, are you sure? Here's what I see for `cargo tree` on `backtrace-rs`: ``` backtrace v0.3.69 ├── addr2line v0.21.0 │ └── gimli v0.28.0 ├── cfg-if v1.0.0 ├── libc v0.2.147 ├──...

Ah, I see. So I guess it's not a goal for the crate to actually support `no_std`, but rather that's an implementation detail of it being a part of `std`?