refactor: add esbuild and modulerize css into seperate files

This commit is contained in:
rramiachraf
2024-03-06 17:32:10 +01:00
parent edc2b04198
commit c8747c0182
13 changed files with 548 additions and 463 deletions

14
style/album.css Normal file
View File

@ -0,0 +1,14 @@
#album-artwork {
width: 24rem;
border-radius: 3px;
box-shadow: 0 1px 1px #ddd;
}
#album-tracklist {
display: flex;
flex-direction: column;
gap: 1rem;
flex-basis: 0;
flex-shrink: 0;
flex-grow: 1;
}