postcss-custom-properties
postcss-custom-properties copied to clipboard
Emojis in property name are not working ☹️
:root {
/** is working **/
--checkbox-size: 2em;
/** it does not work! **/
--✅-size: 2em;
}
Out of curiosity, why would a variable name with emoji in itself be a good variable name?
Nobody said this. Anyway by spec it is a correct custom property name.
Fixed as of 12.1.0