You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,19 +16,17 @@ Please see the [Exports](./Exports.md) documentation for further information.
16
16
17
17
Parsing is powered by [css-tree](https://github.com/csstree/csstree). Nodes in this package extend PostCSS `Node`/`Container`/`Root` so the API feels familiar, but there is no PostCSS parser involved.
18
18
19
-
> Note: This package is ESM‑only. Prefer`import` in Node.js. For CommonJS on Node >= 20.19.0 you can use:
19
+
> Note: This package is ESM‑only. Use`import`syntax in Node.js. If you must use CommonJS, load it via dynamic import:
0 commit comments