{
"name": "@responsive",
"description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css
@responsive {\n .alert {
background-color: #E53E3E;\n }\n}\n```\n",
"references": [
{
"name": "Tailwind Documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives#responsive"
}
]
},
which has a newline in the middle of the string (before @responsive)
Part of the file is
which has a newline in the middle of the string (before
@responsive
)