zuelong / save-the-spire

A save editor for the game Slay the Spire
16 stars 13 forks source link

CSS files? #7

Open zuelong opened 6 years ago

zuelong commented 6 years ago

Right now all CSS is done inline in React. I'm not sure whether or not this is the best way to proceed. Inline css may need pulled out into css files in the future, but i'm not sure.

ducharmemp commented 6 years ago

https://github.com/cssinjs/jss and https://github.com/styled-components/styled-components are the new poster children for CSS in react since you'll have namespacing issues otherwise.

Then again this project might be so small that a single CSS file is fine 😜