DEV Community

Discussion on: Very weird trip CSS

Collapse
 
__manucodes profile image
manu • Edited

Wait. You can use emojis in class names????

.💩 {
color: red;
}

Enter fullscreen mode Exit fullscreen mode

It's a miracle this even works.

Collapse
 
afif profile image
Temani Afif

you can also use emoji with CSS variables: dev.to/afif/what-no-one-told-you-a...

Collapse
 
po0q profile image
pO0q 🦄

nice, I did not know that.