feat: integrate Panda CSS with biome overrides and dependencies

This commit is contained in:
2026-02-02 17:45:10 -06:00
parent e343a1e252
commit c87ee5ea01
12 changed files with 518 additions and 18 deletions

View File

@@ -1,16 +1,8 @@
---
import { css } from '@styled-system/css'
import BasicLayout from '@/layouts/Basic.astro'
---
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width">
<meta name="generator" content={Astro.generator}>
<title>SrJuggernaut Dev</title>
</head>
<body>
<h1>Work in progress</h1>
</body>
</html>
<BasicLayout>
<h1 class={css({ fontSize: 'h1', fontWeight: 'bold' })}>Home</h1>
</BasicLayout>