A community member is testing out CSS variables and encountered an issue where the text color is not changing as expected. The CSS Preview shows the variable is applied correctly, but the text remains black. The community members discuss that the issue may be caused by having a space in the variable name, and suggest that the application should prevent users from using spaces in variable names and show a validation error instead. The issue is then created on a GitHub repository to address this problem.
hey there, i am testing out the new css variables. I got a strange thing accuring.
I've set the --text primary: rgba(206, 207, 210, 1) on the body. Should be a light gray. The CSS Preview is showing that the variable is applied for that text element in the screenshot. But the text color is black. What am i missing?