Add Tailwind config with Mission Control tokens and global styles
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
7
src/pages/index.astro
Normal file
7
src/pages/index.astro
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
import '../styles/global.css';
|
||||
---
|
||||
<html lang="en">
|
||||
<head><meta charset="utf-8" /><title>scaffold</title></head>
|
||||
<body class="bg-bg text-text"><p class="text-accent font-mono">scaffold ok</p></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user