5

Working with someone who made repetitive css code like this:

#home {
x
}
#blog {
y
}

where x and y exactly have same child classes structure with small differences, making css file somewhat large.

Comments
  • 1
    The person who wrote it doesn’t know a dom element can have multiple classes? 🤔
  • 1
    @sunfishcc Yeah, he don't even know the difference between id and class (because he was asking) and don't even bother to google.
Add Comment