postcss-values-parser
postcss-values-parser copied to clipboard
A CSS property value parser for PostCSS
A new major v7 is being prepared on the `major/csstree` branch. This will contain a lot of breaking changes, including dropping support for Node v10. For additional information 👉 https://twitter.com/shellscape/status/1547619965905170439
- Webpack Version: n/a - Operating System (or Browser): Ubuntu Linux 18.04 - Node Version: 10.15.1 - postcss-values-parser Version: 3.0.1 ### How Do We Reproduce? ```js const postcssValuesParser = require('postcss-values-parser');...
### Feature Use Case When CSS values are parsed as part of CSS files, for AST consumers (e.g. code formatters), it is sometimes more convenient if the location data of...
- Operating System (or Browser): - Node Version: 22.11.0 - postcss-values-parser Version: 6.0.2 ### How Do We Reproduce? Here's a little [Stackblitz](https://stackblitz.com/edit/stackblitz-starters-snmmdg?file=index.js) instance that reproduces the issue. ### Expected Behavior...
- Operating System (or Browser): Docker container - Node Version: 22.11.0 - postcss-values-parser Version: 6.0.2 ### How Do We Reproduce? Try to parse a complete css file that contains classes....