Skip to main content

One post tagged with "CSS"

View All Tags

· 2 min read
Ruihua Niu
cover image

I have done projects with normal CSS, SASS, and also a project with styled components, but haven't done any project with CSS modules.

As I'm going to do a new project, and considering the issues I met in styled components, I'm considering the possibility using CSS modules. So here comes this post.

Things below need to be cleared?

  • What is styled components and why is it?