```css
// Property: exact
// Description: Whether or not the predicate is for an exact match.  The default is true.
// Component(s): MediaQueryInfoType
'.exact': { exact: true }
'.exact-false': { exact: false }
```