We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ded0ef commit 2569e7dCopy full SHA for 2569e7d
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.2.0/mod.ts";
+import { parse } from "https://deno.land/x/css@0.3.0/mod.ts";
9
10
let ast = parse("/* comment */ p { color: black; }", {/* OPTIONS */})
11
// {
0 commit comments