dimakm / GWG-shoppingList

GWG project- creating a Javascript CSS grocery list
5 stars 3 forks source link

CSS & HTML edits #15

Closed QAMinn2468 closed 6 years ago

QAMinn2468 commented 6 years ago

-added "blank" and "dozen" to units. -added a " " to front of all units for readability. -removed outline from button.

Notes: 3 chicken-whole becomes 3 "s" chicken-whole 3 dozen eggs becomes 3 dozens eggs This appears to be a JS issue.

QAMinn2468 commented 6 years ago

-added "blank" and "dozen" to units. -added a " " to front of all units for readability. -removed outline from button. Notes: 3 chicken-whole becomes 3 "s" chicken-whole 3 dozen eggs becomes 3 dozens eggs This appears to be a JS issue.

managed conflicts.

dimakm commented 6 years ago

thank you for the changes you made!

dimakm commented 6 years ago

@QAMinn2468 What do you think if I removed the 's' things from the code, so the Unit stays as it is without adding the 's' if the quanitity is > 1 ?? because we can't make it all the times work correctly, such as the examples you gave .