foundations: design tokens (light + dark) and CSS reset

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-18 09:07:31 +01:00
parent 216651e525
commit 0f2d730287
5 changed files with 173 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
function App() {
return <div>Cameleer3</div>
export default function App() {
return <div>Cameleer3 Design System</div>
}
export default App