Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Emojis in property name are not working ☹️ #237

Open
raphaelthanner opened this issue Feb 18, 2021 · 3 comments · Fixed by csstools/postcss-plugins#139
Open

Emojis in property name are not working ☹️ #237

raphaelthanner opened this issue Feb 18, 2021 · 3 comments · Fixed by csstools/postcss-plugins#139
Labels

Comments

@raphaelthanner
Copy link

raphaelthanner commented Feb 18, 2021

:root {
     /** is working **/
    --checkbox-size: 2em;

     /** it does not work! **/
    ---size: 2em;
}
@jtomaszewski
Copy link

Out of curiosity, why would a variable name with emoji in itself be a good variable name?

@Semigradsky
Copy link
Member

Nobody said this. Anyway by spec it is a correct custom property name.

@Antonio-Laguna
Copy link
Contributor

Fixed as of 12.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants