You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Go to https://unpkg.com/browse/@primer/[email protected]/lib/css/main.css and scroll down to styles for RiverStoryScroll
2. Observe that special characters are being escaped in contrast [the source code](https://github.com/primer/brand/blob/281beb08114f24f0ec5b23b14643324b0be532e6/packages/react/src/river/RiverStoryScroll/RiverStoryScroll.module.css#L150-L152)
Expected behavior
Special characters shouldn't be escaped in compiled output
Browsers
No response
OS
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Special characters are being unintentionally escaped in the compiled CSS stylesheet (main.css).
Example:
(Source)
(Source)
Originally reported by @dgreif in Primer Brands slack channel
Reproduction steps
Expected behavior
Special characters shouldn't be escaped in compiled output
Browsers
No response
OS
No response
The text was updated successfully, but these errors were encountered: