Skip to content

Commit

Permalink
Chore: Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
molant committed Mar 7, 2019
1 parent 50f9ebc commit 530bbb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/parser-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ This `parser` emits the following events:
See the [PostCSS `walk*` APIs][postcss-walk] for help navigating
the AST.
* `code`: a string containing the raw stylesheet source code.
* `element`: an `IAsyncHTMLElement` reference if the source was inline in HTML; `null` otherwise.
* `element`: an `IAsyncHTMLElement` reference if the source was inline in
HTML; `null` otherwise.
* `resource`: the parsed resource. If the CSS is in a `style tag`
and not a file, the value will be `Inline CSS`.
and not a file, the value will be `Inline CSS`.

<!-- Link labels: -->

Expand Down

0 comments on commit 530bbb8

Please sign in to comment.