Skip to content

Commit 2569e7d

Browse files
authored
chore: bump to 0.3.0
1 parent 6ded0ef commit 2569e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CSS Lexer & Parser implementation for Deno
55

66
Parse CSS to AST -
77
```typescript
8-
import { parse } from "https://deno.land/x/css@0.2.0/mod.ts";
8+
import { parse } from "https://deno.land/x/css@0.3.0/mod.ts";
99

1010
let ast = parse("/* comment */ p { color: black; }", {/* OPTIONS */})
1111
// {

0 commit comments

Comments
 (0)