Allow Utility Classes to Be Made Global
Add a “Make Global” setting to class management. This would convert a compound class into a standalone utility class, enabling it to be reused anywhere—regardless of selector order. Why it matters: For those following a utility-first approach (lik...