StruckCroissant / Game-DB

Game-DB is a game database search engine deployed on Docker and powered by Java Spring Boot and AngularJS
GNU General Public License v3.0
2 stars 0 forks source link

Replace all styling with SASS #41

Closed StruckCroissant closed 1 year ago

StruckCroissant commented 1 year ago

Currently, there are a lot of styles in the pages that use CSS. Refactor these pages to use a unified SASS file. These styles should be segmented on a page-by-page basis, but they should be unified via webpack.

StruckCroissant commented 1 year ago

Webpack is already included in the Angular build process (duh). All CSS was converted to SASS as of #47