StyleSheetExtensions
Defines a set of extension methods for style sheets.
public static IEnumerable<TRule> RulesOf<TRule>(this IEnumerable<IStyleSheet> sheets) where TRule : ICssRule
Gets all rules that are of the provided type.
public static IEnumerable<ICssStyleRule> StylesWith(this IEnumerable<IStyleSheet> sheets, ISelector selector)
Gets all style rules that have the same selector text.