Sidebar styling

In general styling capabilities with scsss
This commit is contained in:
2026-05-02 12:27:27 +02:00
parent fa77190555
commit 9eb843a786
9 changed files with 94 additions and 1357 deletions

View File

@@ -1,10 +1,13 @@
<!doctype html>
<html>
<head>
<link data-trunk rel="rust" data-bin="bin" />
<meta charset="utf-8" />
<title>Yew App</title>
</head>
<body></body>
</html>
<head>
<link data-trunk rel="rust" data-bin="bin" />
<link rel="scss" href="src/styles/main.scss" />
<meta charset="utf-8" />
<title>Yew App</title>
</head>
<body></body>
</html>