We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac7375 commit 9dd65f1Copy full SHA for 9dd65f1
README.md
@@ -5,7 +5,7 @@ CSS Lexer & Parser implementation for Deno
5
6
Parse CSS to AST -
7
```typescript
8
-import { parse } from "https://deno.land/x/css@0.1.0/mod.ts";
+import { parse } from "https://deno.land/x/css@0.2.0/mod.ts";
9
10
let ast = parse("/* comment */ p { color: black; }", {/* OPTIONS */})
11
// {
0 commit comments