Skip to main content
Module

x/fastro/static/tailwind.css

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
File
@tailwind base;
@layer base { h1 { @apply text-5xl font-extrabold; } h2 { @apply text-xl; }}
@tailwind components;@tailwind utilities;
.token.operator { color: #fff; background: transparent;}
pre { border-style: solid; border-color: var(--bs-border-width); border-width: 1px;}