mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-13 21:01:32 +08:00
56 lines
1.8 KiB
JSON
56 lines
1.8 KiB
JSON
{
|
|
"version": 1.1,
|
|
"atDirectives": [
|
|
{
|
|
"name": "@apply",
|
|
"description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS.",
|
|
"references": [
|
|
{
|
|
"name": "Tailwind Documentation",
|
|
"url": "https://tailwindcss.com/docs/functions-and-directives#variant-directive"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "@source",
|
|
"description": "Use the `@source` directive to explicitly specify source files that aren't picked up by Tailwind's automatic content detection.",
|
|
"references": [
|
|
{
|
|
"name": "Tailwind Documentation",
|
|
"url": "https://tailwindcss.com/docs/functions-and-directives#source-directive"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "@theme",
|
|
"description": "Use the `@theme` directive to define your project's custom design tokens, like fonts, colors, and breakpoints.",
|
|
"references": [
|
|
{
|
|
"name": "Tailwind Documentation",
|
|
"url": "https://tailwindcss.com/docs/functions-and-directives#theme-directive"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "@utility",
|
|
"description": "Use the `@utility` directive to add custom utilities to your project that work with variants like `hover`, `focus` and `lg`.",
|
|
"references": [
|
|
{
|
|
"name": "Tailwind Documentation",
|
|
"url": "https://tailwindcss.com/docs/functions-and-directives#utility-directive"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "@variant",
|
|
"description": "Use the `@variant` directive to apply a Tailwind variant to styles in your CSS",
|
|
"references": [
|
|
{
|
|
"name": "Tailwind Documentation",
|
|
"url": "https://tailwindcss.com/docs/functions-and-directives#variant-directive"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|