cloudflare / cloudflare-docs-engine

A documentation engine built on Gatsby, powering Cloudflare’s docs https://github.com/cloudflare/cloudflare-docs
https://developers.cloudflare.com/docs-engine
Apache License 2.0
221 stars 89 forks source link

Fix CSS variable stripping #373

Closed jrf0110 closed 2 years ago

jrf0110 commented 2 years ago

The color-string package introduced a breaking change in a patch update in version 1.7.1. The code in question changes the regular expression for keyword detection to a more permissive word-character match from a number character match.

The solution is to attempt to pin color-string to a previous working version.

jrf0110 commented 2 years ago

See https://github.com/Qix-/color-string/issues/60