[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [InheritedStyleEntry](./puppeteer.protocol.css.inheritedstyleentry.md) > [matchedCSSRules](./puppeteer.protocol.css.inheritedstyleentry.matchedcssrules.md) ## Protocol.CSS.InheritedStyleEntry.matchedCSSRules property Matches of CSS rules matching the ancestor node in the style inheritance chain. Signature: ```typescript matchedCSSRules: RuleMatch[]; ```