DEV Community

Discussion on: If you could start over from scratch, how would CSS work?

Collapse
 
itsjzt profile image
Saurabh Sharma

if you are writing a typical website then sure another file for CSS makes sense, but for web apps where each component will be independent then Inline styles are good too.

Thread Thread
 
justynclark profile image
Justyn Clark

True. Like React ;)