-
Notifications
You must be signed in to change notification settings - Fork 0
Addressed Issue 41: was annoying #74
New issue
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
base: main
Are you sure you want to change the base?
Conversation
| .container { | ||
| @import "css/FeedStyles.css"; | ||
| @import "css/IngredientFeed.css"; | ||
| /* .container { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're not using the commented out code, it can be deleted - this applies everywhere
| /* TODO(41): If the styles for this and ingredient are identical, make them share | ||
| css. If not, just extract this into a separate css file */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can delete these comments for TODO(41) everywhere
| @@ -0,0 +1,113 @@ | |||
| :root { | |||
| --our-green: #008600; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smart-chef-green instead of our-green
|
After you address the other comments you can merge |
No description provided.