We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f9ebc commit 530bbb8Copy full SHA for 530bbb8
packages/parser-css/README.md
@@ -42,9 +42,10 @@ This `parser` emits the following events:
42
See the [PostCSS `walk*` APIs][postcss-walk] for help navigating
43
the AST.
44
* `code`: a string containing the raw stylesheet source code.
45
- * `element`: an `IAsyncHTMLElement` reference if the source was inline in HTML; `null` otherwise.
+ * `element`: an `IAsyncHTMLElement` reference if the source was inline in
46
+ HTML; `null` otherwise.
47
* `resource`: the parsed resource. If the CSS is in a `style tag`
- and not a file, the value will be `Inline CSS`.
48
+ and not a file, the value will be `Inline CSS`.
49
50
<!-- Link labels: -->
51
0 commit comments