Skip to content

Commit

Permalink
docs:(components-json) (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
oluijks authored Jun 26, 2024
1 parent 2f4821f commit c8bfa6e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apps/www/src/content/components-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Path to the CSS file that imports Tailwind CSS into your project.
```json title="components.json"
{
"tailwind": {
"css": "src/app.pcss"
"css": "src/app.{p,post}css"
}
}
```
Expand Down Expand Up @@ -122,3 +122,11 @@ Import alias for your components.
}
}
```

## Typescript

```json title="components.json"
{
"typescript": true | false
}
```

0 comments on commit c8bfa6e

Please sign in to comment.