Skip to content

Commit 1b9b466

Browse files
committed
fix CssSyntaxError type declaration
1 parent f9a9868 commit 1b9b466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/css-syntax-error.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ declare namespace CssSyntaxError {
4949
* }
5050
* ```
5151
*/
52-
declare class CssSyntaxError_ {
52+
declare class CssSyntaxError_ extends Error {
5353
/**
5454
* Source column of the error.
5555
*

0 commit comments

Comments
 (0)