Jon

Results 25 comments of Jon

hey all! popped up in my dash today so just dropping this in, in case it is at all relevant → https://github.com/WebReflection/domdiff

@graforlock not yet, just a quick glance over source. Have a feeling you, @blahah, or @yoshuawuyts would be able to discern a bit more than myself!

Going to drop in @s3ththompson's idea from #22: > one utility i think could be added to the default gr8 is a better way to give height to flexbox children...

More cursor states https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

I wonder if we could solve this by accepting an object as `tail`: ```js { prop: 'text-transform', vals: [ 'uppercase', 'lowercase' ], tail: { '-hover': ':hover' } } ``` The...

✨ `pseudo` as addition and dropping the colon are both good calls. Yes, I think the `pseudo` modifiers should always be appended with a `-` for clarity. The `join` option...

@s3ththompson opened https://github.com/jongacnik/gr8-util/pull/2 in `gr8-util` for this. Maybe you can take a peek before we merge this over here

Adding a `prefix` option will make the `pseudo` option extra handy https://github.com/jongacnik/gr8-util/issues/3

Agreed, haven't gotten around to this one. Still on the todo

oo think that'll require some regex wrangling. Not gonna have the time to take a look in the immediate, but the splitting happens here if ya want to take a...