full migration to scss

This commit is contained in:
Nate 2025-01-17 20:00:00 -03:00
parent 138244d5aa
commit d1750fff59
3 changed files with 2 additions and 4 deletions

View File

@ -42,4 +42,4 @@ export function ComparedAchievementPanel({
</div>
</div>
);
}
}

View File

@ -240,8 +240,7 @@ export function DownloadGroup({
return (
<div className="download-group">
<div className="download-group__downloads-group"
>
<div className="download-group__downloads-group">
<h2>{title}</h2>
<div

View File

@ -1,6 +1,5 @@
import { useTranslation } from "react-i18next";
import * as styles from "./description-header.css";
import { useContext } from "react";
import { gameDetailsContext } from "@renderer/context";