1
Fork 0

Add modern-normalize and move Scss to its own directory.

This commit is contained in:
Bauke 2024-03-02 13:43:23 +01:00
parent 6fde7bbfae
commit 888a03489b
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
4 changed files with 5 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,5 +1,8 @@
{
"type": "module",
"dependencies": {
"modern-normalize": "^2.0.0"
},
"devDependencies": {
"@bauke/eslint-config": "^0.1.5",
"@bauke/prettier-config": "^0.1.5",

View File

@ -1,5 +1,6 @@
---
import "./base.scss";
import "modern-normalize/modern-normalize.css";
import "../scss/base.scss";
/** Properties for the base layout. */
export interface Props {