A work-in-progress CSS value parser by TJ Holowaychuk. Version 0.0.1, no recent updates. It is a minimal parser that extracts CSS property values from strings. This package is a very early experimental release with no stability guarantees, no documentation, and no test coverage. Not recommended for production use; alternatives like postcss-value-parser or csstree are more mature.
Verified import paths — ran on the pinned version, not inferred.
The package is CJS but has no typings; import may work in bundlers but no TypeScript support.
Check actual exports; probably a default function.
Parses a CSS value string into an object with property and value fields.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.