You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Use the `@tailwind` directive to insert Tailwind’s `base`, `components`, `utilities` and `screens` styles into your CSS.\n\n[Tailwind CSS Documentation](https://tailwindcss.com/docs/functions-and-directives#tailwind)',
315
+
},
316
+
},
317
+
{
318
+
label: '@variants',
319
+
documentation: {
320
+
kind: MarkupKind.Markdown,
321
+
value:
322
+
'You can generate `responsive`, `hover`, `focus`, `active`, and `group-hover` versions of your own utilities by wrapping their definitions in the `@variants` directive.\n\n[Tailwind CSS Documentation](https://tailwindcss.com/docs/functions-and-directives#variants)',
323
+
},
324
+
},
325
+
{
326
+
label: '@responsive',
327
+
documentation: {
328
+
kind: MarkupKind.Markdown,
329
+
value:
330
+
'You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive.\n\n[Tailwind CSS Documentation](https://tailwindcss.com/docs/functions-and-directives#responsive)',
331
+
},
332
+
},
333
+
{
334
+
label: '@screen',
335
+
documentation: {
336
+
kind: MarkupKind.Markdown,
337
+
value:
338
+
'The `@screen` directive allows you to create media queries that reference your breakpoints by name instead of duplicating their values in your own CSS.\n\n[Tailwind CSS Documentation](https://tailwindcss.com/docs/functions-and-directives#screen)',
339
+
},
340
+
},
341
+
{
342
+
label: '@apply',
343
+
documentation: {
344
+
kind: MarkupKind.Markdown,
345
+
value:
346
+
'Use `@apply` to inline any existing utility classes into your own custom CSS.\n\n[Tailwind CSS Documentation](https://tailwindcss.com/docs/functions-and-directives#apply)',
0 commit comments