Adding sass
This commit is contained in:
parent
a988a673b2
commit
05a69bf274
14 changed files with 195 additions and 161 deletions
|
@ -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>
|
||||
{/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue