setup tailwind and fonts
This commit is contained in:
Vendored
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"atDirectives": [
|
||||
{
|
||||
"name": "@tailwind",
|
||||
"description": "Use the @tailwind directive to insert Tailwind’s `base`, `components`, `utilities`, and `screens` styles into your CSS.",
|
||||
"references": [
|
||||
{
|
||||
"name": "Tailwind’s “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": "Tailwind’s “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": "Tailwind’s “Functions & Directives” documentation",
|
||||
"url": "https://tailwindcss.com/docs/functions-and-directives/#layer"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"css.customData": [".vscode/css_custom_data.json"],
|
||||
}
|
||||
Reference in New Issue
Block a user