Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 25, 2023
1 parent 709c20d commit f4acb89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// main.ts
//deno:generate deno run -A npm:peggy@3 css.pegjs
import { parse as parseCSS } from "./css.js";

const ast = parseCSS(`a:hover { background: red; }`)
console.log(ast);
```
Expand Down

0 comments on commit f4acb89

Please sign in to comment.