ParsedRuleinterface ParsedRule {readonly i?: boolean;readonly n: string;readonly v: string[];}§Properties§readonly i?: boolean[src]Something like !underline or !bg-red-500 or !red-500 §readonly n: string[src]The utility name including - if set, but without ! and variants §readonly v: string[][src]All variants without trailing colon: hover, after:, [...]