We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now I just have one App.css, but I want stylesheets broken out for each component folder instead.
App.css
Here's a list of the component folders, where each one will have a stylesheet containing css rules for the components inside the folder.
Authentication * Login * Signup Containers * Home * NavBar Recipe Components * Recipe Create * Recipe Detail * Recipe Update Social Components * Dashboard * Explore Recipes User Components * Followers * Following * Profile Create * Profile Update * Profile Detail * Profile View * User's Recipe List
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now I just have one
App.css
, but I want stylesheets broken out for each component folder instead.Here's a list of the component folders, where each one will have a stylesheet containing css rules for the components inside the folder.
Authentication
* Login
* Signup
Containers
* Home
* NavBar
Recipe Components
* Recipe Create
* Recipe Detail
* Recipe Update
Social Components
* Dashboard
* Explore Recipes
User Components
* Followers
* Following
* Profile Create
* Profile Update
* Profile Detail
* Profile View
* User's Recipe List
The text was updated successfully, but these errors were encountered: