doiuse
doiuse copied to clipboard
[css-tokenize] unfinished business
I have tried running the example input but it just outputs like below. Can someone tell me what I'm doing wrong?
$ doiuse --browsers "ie >= 9, > 1%, last 2 versions" style.css
[css-tokenize] unfinished business [
[ 'root' ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ]
]
Using node v16.20.2