Skip to content

Commit da88e3b

Browse files
committed
add background shorthand #3
1 parent 34612a7 commit da88e3b

File tree

17 files changed

+351
-6687
lines changed

17 files changed

+351
-6687
lines changed

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface FunctionToken {
3434
}
3535
interface FunctionURLToken {
3636
typ: 'UrlFunc';
37-
val: string;
37+
val: 'url';
3838
chi: Array<UrlToken | CommentToken>;
3939
}
4040
interface StringToken {

0 commit comments

Comments
 (0)