You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the precedence prop on a style element with a unique href does not seem to have any affect and the style elements will be ordered based on where they were in the React tree.
I expected the style tags to be grouped and ordered based on precedence. This PR shows an example of the output when used with an atomic class name approach.