We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
important
1 parent affc86d commit 37cfddcCopy full SHA for 37cfddc
lib/declaration.d.ts
@@ -99,10 +99,11 @@ declare class Declaration_ extends Node {
99
value: string
100
101
/**
102
- * The `important` property represents a boolean value. If true,
103
- * the CSS declaration will have
+ * It represents a specificity of the declaration.
+ *
104
+ * If true, the CSS declaration will have an
105
* [important](https://developer.mozilla.org/en-US/docs/Web/CSS/important)
- * specifier
106
+ * specifier.
107
*
108
* ```js
109
* const root = postcss.parse('a { color: black !important; color: red }')
0 commit comments