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