79288697

Date: 2024-12-17 16:43:19
Score: 1
Natty:
Report link

you can use in index.css using @apply , like this:

@layer base{  

    span{
        @apply absolute w-[25%] h-[100%] bg-slate-600 -z-[1] left-0 top-0;
    }
Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @apply
  • Low reputation (1):
Posted by: Mostafa Hosseini