break down global.scss into smaller files

+ rename css folder to scss
This commit is contained in:
geoffrey45
2022-08-02 12:05:59 +03:00
parent c2783fe540
commit b070601d4d
40 changed files with 412 additions and 498 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<script setup lang="ts">
import Recommendations from "./Recommendation.vue";
import UpNext from "../queue/upNext.vue";
import UpNext from "../Queue/upNext.vue";
import useQStore from "../../../stores/queue";
const queue = useQStore();
</script>
@@ -1,5 +1,5 @@
<template>
<div class="r-tracks rounded border">
<div class="r-tracks rounded bg-black">
<div class="heading">Similar tracks</div>
<div class="tracks">
<div class="song-item" v-for="song in songs" :key="song.artist">