postcss-values-parser icon indicating copy to clipboard operation
postcss-values-parser copied to clipboard

Cannot parse classes

Open Haberkamp opened this issue 1 year ago • 0 comments

  • 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.

Here's a small Stackblitz instance that reproduces the problem.

Expected Behavior

It parses the complete file without any errors.

Actual Behavior

Throws an unkownWord error.

Haberkamp avatar Nov 28 '24 07:11 Haberkamp