layer-without-tailwind.test.css 53 B

123456
  1. @layer components {
  2. .foo {
  3. color: black;
  4. }
  5. }