21 lines
780 B
JSON
21 lines
780 B
JSON
{
|
|
"version": 1.1,
|
|
"atDirectives": [
|
|
{
|
|
"name": "@tailwind",
|
|
"description": "Use the @tailwind directive to insert Tailwind's base, components, utilities and variants styles into your CSS."
|
|
},
|
|
{
|
|
"name": "@apply",
|
|
"description": "Use @apply to inline any existing utility classes into your own custom CSS."
|
|
},
|
|
{
|
|
"name": "@layer",
|
|
"description": "Use the @layer directive to tell Tailwind which \"bucket\" a set of custom styles belong to."
|
|
},
|
|
{
|
|
"name": "@config",
|
|
"description": "Use the @config directive to specify which config file Tailwind should use when compiling that CSS file."
|
|
}
|
|
]
|
|
} |