How to covert Color variant to Upper case Letter

i want that general green to

General Green

@psYch022

Please share your store URL.

https://home-and-rasoi.myshopify.com/collections/all-products/products/soft-baby-proofing-corner-guards-edge-protectors-pre-taped-table-corner-protector-for-your-childs-safety-10-pack-with-7-colour-options

@psYch022

Please add the following code at the bottom of your assets/global.scss.liquid file.

.swatch .tooltip{
text-transform: uppercase !important;
}

Where you need general green color?

hello @psYch022

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.swatch .tooltip{
text-transform: uppercase !important;
}

but its has scss file not css file how do i convert it

have pasted but doesnt work