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 dec5d31 commit 3838c63Copy full SHA for 3838c63
API.md
@@ -17,8 +17,11 @@ Creates a new `processor` instance
17
18
```js
19
const processor = parser();
20
+```
21
+
22
+Or, with optional transform function
23
-// or, with optional transform function
24
+```js
25
const transform = selectors => {
26
selectors.walkUniversals(selector => {
27
selector.remove();
0 commit comments