Here's the rule in the CSS file before building the target:
Code: Select all
:is(.Note, .Important, .LearnMore, .Warning, .Tip, .FeatureFlag) > span.Inline-Code
But, after building the target, here's what the rule becomes in the CSS file:
Code: Select all
:is(.Note\00002C\000020.Important\00002C\000020.LearnMore\00002C\000020.Warning\00002C\000020.Tip\00002C\000020.FeatureFlag) > span.Inline-Code
While I can build the rules individually, I'd prefer not to. Is there a way to prevent this from happening?