79812954

Date: 2025-11-08 03:49:08
Score: 1
Natty:
Report link
<style>
  @reference 'tailwindcss';

  .intercal-css {
    @apply bg-red-500;
  }
</style>

<main class="main">
  <h1 class="text-3xl font-bold underline">Hello world!</h1>
  <p class="intercal-css">Intercal CSS</p>
</main>
<router-outlet />

<style> in direct componet, means css modules

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Deyv