Results 29 comments of Alex Anthony

If the overhead is too great (not saying it necessarily is), looks like making the "passQuickly" optional would be reasonably easy? ``` if (passQuickly && isAcyclic(graph)) return; ``` Would be...

@TimKolberger I couldn't reproduce the test failure locally, so I rebased this - could you trigger the unit tests again?

@TimKolberger I think this is ready, if you could give it a review when you have time!

@TimKolberger any chance that someone could have a further look at this? Shall I resolve the conflicts?

I've rebased this again - any chance we could get this merged?

> Just confirming that our desired effect would align with this proposal so I don't create a duplicate ask, right @lexanth ? > I would add textStyles as well. Actually,...

An additional change that would be required is this type: ``` export type Union = T | (string & {}) export type Token< CSSType, ThemeKey = unknown, > = ThemeKey...

Not stale - attached PR is approved

@TimKolberger Anything I can do to get the attached PR moving forward?