UNPKG

trading-platform-template

Version:

CLI tool to create a new Trading Platform project template

18 lines (14 loc) 257 B
@tailwind base; @tailwind components; @tailwind utilities; @layer base { :root { @apply [color-scheme:dark]; } body { @apply min-h-screen bg-background text-text-primary antialiased; } * { @apply border-card; } }