set up tailwindcss

This commit is contained in:
Brad Warren
2025-10-30 11:47:28 -07:00
committed by Brad Warren
parent a16fb9b678
commit f5360b042c
5 changed files with 583 additions and 69 deletions

View File

@@ -0,0 +1,7 @@
@import 'tailwindcss';
@theme {
--color-rayhunter-blue: #4e4eb1;
--color-rayhunter-dark-blue: #3f3da0;
--color-rayhunter-green: #94ea18;
}

View File

@@ -0,0 +1,6 @@
<script>
import '../app.css';
let { children } = $props();
</script>
{@render children()}