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.
npm install css-valueVerified import paths — ran on the pinned version, not inferred.
Parses a CSS value string into an object with property and value fields.
Use a stable parser like postcss-value-parser.
Migrate to an actively maintained package.
npm install css-value
Use import parse from 'css-value' or const parse = require('css-value').No dependency data recorded yet.