Below are some CSS color variables defined in hex:
--state-success-text: #3c763d;
--state-success-background: #dff0d8;
To create a comma-separated list of these color variables, the output should look like this:
state-success-text, state-success-background, ...
Any ideas on how to write a bash script to achieve this?