chingu-voyages / v39-geckos-team-07

Chingu Voyage 39 - Geckos Team 07
2 stars 2 forks source link

About stylesheet #29

Open sosososoyoen opened 2 years ago

sosososoyoen commented 2 years ago

Q1. Which stylesheet should I use?

  1. CSS
  2. SCSS
  3. styled-component

Scss or styled-component is more convenient

Q2. make a stylesheet file for each component? or write a style inside the component file?

quangthandev commented 2 years ago

My vote: Q1. styled-component Q2. Both is OK, depending on the size of the component, I prefer writing the style inside the component file

loco-co commented 2 years ago

Q1. styled-component Q2. Both is OK, either