Adding sass

This commit is contained in:
aronmal 2023-11-10 08:36:42 +01:00
parent a988a673b2
commit 05a69bf274
Signed by: aronmal
GPG key ID: 816B7707426FC612
14 changed files with 195 additions and 161 deletions

View file

@ -1,12 +1,12 @@
import { Body, Link, Title } from "solid-start";
import { Body, Title } from "solid-start";
import R from "~/components/Reference";
import Navbar, { lightMode } from "~/components/de/Navbar";
import "~/styles/overview.scss";
function Manufacturers() {
return (
<Body classList={{ "light-mode": lightMode() }}>
<Title>Hersteller</Title>
<Link rel="stylesheet" href="/styles/overview.css" />
<Navbar />
<article>
{/*