[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [CSSProperty](./puppeteer.protocol.css.cssproperty.md) > [important](./puppeteer.protocol.css.cssproperty.important.md) ## Protocol.CSS.CSSProperty.important property Whether the property has "!important" annotation (implies `false` if absent). Signature: ```typescript important?: boolean; ```