Skip to content

Commit 530bbb8

Browse files
committed
Chore: Fix linting issues
1 parent 50f9ebc commit 530bbb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/parser-css/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ This `parser` emits the following events:
4242
See the [PostCSS `walk*` APIs][postcss-walk] for help navigating
4343
the AST.
4444
* `code`: a string containing the raw stylesheet source code.
45-
* `element`: an `IAsyncHTMLElement` reference if the source was inline in HTML; `null` otherwise.
45+
* `element`: an `IAsyncHTMLElement` reference if the source was inline in
46+
HTML; `null` otherwise.
4647
* `resource`: the parsed resource. If the CSS is in a `style tag`
47-
and not a file, the value will be `Inline CSS`.
48+
and not a file, the value will be `Inline CSS`.
4849

4950
<!-- Link labels: -->
5051

0 commit comments

Comments
 (0)