Sass (scss), PostCSS or plain CSS for a component library using React?

As the title says, how should I handle CSS? Is there a really bad reason using just plain CSS for a component library?
I want to go plain CSS as much as I can and right off the bat, I can't think of a really bad reason to just use plain CSS.
Was this page helpful?