gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

Migrate the CSS to in-component #36

Closed jeremy-jtlo closed 2 years ago

jeremy-jtlo commented 2 years ago

Per the discussion offline, it's been decided that we'll sunset the explicit .css files and move forward with React Component styling.

Files to migrate/deprecate:

Because React allows us to define styles as objects in our components, it gives us the power to leverage explicit TS logic to define how a component renders, rather than learning too hard on media queries or assigning different classes based on state.

gdirk07 commented 2 years ago

As per a later issue, we are going with Material UI, will close this issue when the changes are made

gdirk07 commented 2 years ago

Closed with the merge of #39