Files
alapatch/.vscode/css_custom_data.json
T
2021-04-06 13:37:15 -04:00

34 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"atDirectives": [
{
"name": "@tailwind",
"description": "Use the @tailwind directive to insert Tailwinds `base`, `components`, `utilities`, and `screens` styles into your CSS.",
"references": [
{
"name": "Tailwinds “Functions & Directives” documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives/#tailwind"
}
]
},
{
"name": "@apply",
"description": "Use @apply to inline any existing utility classes into your own custom CSS.",
"references": [
{
"name": "Tailwinds “Functions & Directives” documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives/#apply"
}
]
},
{
"name": "@layer",
"description": "Use the @layer directive to tell Tailwind which \"bucket\" a set of custom styles belong to. Valid layers are a base, components, and utilities.",
"references": [
{
"name": "Tailwinds “Functions & Directives” documentation",
"url": "https://tailwindcss.com/docs/functions-and-directives/#layer"
}
]
}
]
}