LarsGKodehode / Portefolio

Personal portefolio
0 stars 0 forks source link

Switch to CSS classes? #30

Open LarsGKodehode opened 2 years ago

LarsGKodehode commented 2 years ago

Consider changing from extensive use of inline style to using generic classes in external CSS Stylesheet

LarsGKodehode commented 2 years ago

Going to start by seperating inline style into "logical" classes

LarsGKodehode commented 2 years ago

Looking at the library Styled Components, this seems to be a good alternative to homebrewing some structure for applying CSS to components. Need to look at size and dependency tree of library before committing.