Skip to content
Snippets Groups Projects
Select Git revision
  • 5045812cf175d128996e989f79e73988b92b2f1a
  • master default protected
2 results

tailwind.css

Blame
  • Trirst's avatar
    Trirst authored
    5045812c
    History
    tailwind.css 232 B
    @tailwind base;
    @tailwind components;
    @tailwind utilities;
    @layer base {
        h1 {
            @apply text-4xl;
        }
        h2 {
            @apply text-3xl;
        }
        h3 {
            @apply text-xl;
        }
        h4 {
            @apply text-xl;
        }
    }