https://developer.mozilla.org/en-US/docs/Web/CSS/:root and https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties I think ```css :root { --text-color: 16px; } ``` Should be converted to: ```css #pefix { --text-color: 16px; } ```
https://developer.mozilla.org/en-US/docs/Web/CSS/:root and https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
I think
Should be converted to: