Home > Enterprise >  what does "@tailwind screens;" do ?
what does "@tailwind screens;" do ?

Time:01-28

I'm learning tailwindcss recently,and I don't understand the @tailwind screens;

enter image description here enter image description here @tailwind screens; is just a anchor where the @media style generated will be injected rather than very end of stylesheet.

@tailwind screens; is deprecated since tailwindcss v2.2 certainly. I found the enter image description here

  •  Tags:  
  • Related