nedpals/sulatcms

View on GitHub
src/assets/app.css

Summary

Maintainability
Test Coverage
@tailwind base;
h1 {
  @apply text-2xl;
}
h2 {
  @apply text-xl;
}
h3 {
  @apply text-lg;
}
a {
  @apply text-blue-600 underline;
}


@tailwind components;
@tailwind utilities;