Skip to content

Commit

Permalink
Merge pull request #1560 from semiromid/patch-1
Browse files Browse the repository at this point in the history
Update css-syntax-error.d.ts
  • Loading branch information
ai committed Apr 22, 2021
2 parents 6610eda + 71a95f2 commit 1065b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/css-syntax-error.d.ts
Expand Up @@ -126,7 +126,7 @@ export default class CssSyntaxError {
*
* ```js
* error.source //=> 'a { b {} }'
* error.input.column //=> 'a b { }'
* error.input.source //=> 'a b { }'
* ```
*/
source?: string
Expand Down

0 comments on commit 1065b3b

Please sign in to comment.