Closed bsmth closed 1 year ago
This PR changes the examples on https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units#color to get rid of legacy syntax. Follow-up incoming of other examples needed.
rgb(2,121,139)
rgb(2 121 139)
rgba(2, 121, 139, 0.3)
rgb(2 121 139 / 0.3)
This PR changes the examples on https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units#color to get rid of legacy syntax. Follow-up incoming of other examples needed.
rgb(2,121,139)
->rgb(2 121 139)
rgba(2, 121, 139, 0.3)
->rgb(2 121 139 / 0.3)