Init Axo design system

This commit is contained in:
Jamie Kyle
2025-08-04 13:35:20 -07:00
committed by GitHub
parent 7553a85b1c
commit 0d99f8bca2
35 changed files with 4785 additions and 210 deletions

View File

@@ -76,6 +76,13 @@
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="fonts/signal-symbols/SignalSymbolsVariable.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="images/logo-parts/base.svg"
@@ -89,18 +96,13 @@
as="image"
crossorigin
/>
<link
href="node_modules/sanitize.css/sanitize.css"
rel="stylesheet"
type="text/css"
/>
<link
href="node_modules/@signalapp/quill-cjs/dist/quill.core.css"
rel="stylesheet"
type="text/css"
/>
<link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" />
<link href="stylesheets/tailwind.css" rel="stylesheet" type="text/css" />
</head>
<body class="overflow-hidden">
<!-- Match ts/components/App.tsx -->