Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

CSS styles? #39

Closed
ramsgoli opened this issue Apr 20, 2017 · 3 comments
Closed

CSS styles? #39

ramsgoli opened this issue Apr 20, 2017 · 3 comments

Comments

@ramsgoli
Copy link

More of a question rather than an issue, but following along with this file structure, where should the css styles be placed? Thanks!

@EricSimons
Copy link
Member

Great question — if you had additional styles you wanted to add, you can either use inline styles or import a css stylesheet. This repo uses the create-react-app as the base, so you can import CSS in any component file by just importing a relative-path CSS file (import './componentStyles.css';)

If you choose to do inline styles, I highly recommend Glamorous from @kentcdodds. I've been using it lately and it's absolutely fantastic.

@kentcdodds
Copy link

That's awesome to hear! Would you like to add yourself to the USERS.md!?

@EricSimons
Copy link
Member

Definitely! Just submitted a PR :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants