Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

Shared css styles #416

Closed deandrebaker closed 3 years ago

deandrebaker commented 3 years ago

Currently, every component has their own css styles in their respective files. We should find parts of the css styles that are shared between components and move them to separate files. Then, we can simply import and use those styles in various parts of the code.