[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [GetMatchedStylesForNodeResponse](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.md) > [matchedCSSRules](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.matchedcssrules.md) ## Protocol.CSS.GetMatchedStylesForNodeResponse.matchedCSSRules property CSS rules matching this node, from all applicable stylesheets. Signature: ```typescript matchedCSSRules?: RuleMatch[]; ```