Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

app.scss
@import 'tailwindcss';
@plugin "daisyui";
@plugin "@iconify/tailwind4";
@layer base {
  h1 {
    font-size: var(--text-2xl) !important;
  }
  h2 {
    font-size: var(--text-xl) !important;
  }
  h3 {
    font-size: var(--text-l) !important;
  }
}