Tom Genoni

Results 24 comments of Tom Genoni

@alexdevero Are you referring to the Chrome Extension https://github.com/tomgenoni/cssdig-chrome ? This is the original python version. Easy to confuse the two, I realize.

Thanks, this should be easy fix.

Thanks for reporting this. I need to assess the feature set of the tool and do a rewrite.

Thanks for your comments. I'm going to revisit the HTML/CSS for this shortly and will take these into account.

I haven't. I looked into it briefly but didn't see an easy solution. Have you seen anything that would duplicate this type of spinner?

Either of you find a fix for this? Running into same issue with the path to fonts.

Do you you mean it would be difficult to construct JSON from the example above or that its difficult to parse? In any case what I wanted to do was...

> How exactly do we ensure that the things passed to u are valid utility classes and not classNames styled in other places? We'd whitelist the margin classes. >How wedded...

> As the list of classes grows, and this pattern propagates to other components, will there be adverse effects on the component bundle size? ie if every component is checking...

With both of those we'd want to be careful, both could introduce non-obvious changes. The component could be `display:block` or `display:flex` and turning that on/off could be tricky. Positioning can...