Skip to content

Commit

Permalink
Update documentation to mention data-config for tailwind assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 authored and ctron committed Dec 16, 2024
1 parent 7b4198b commit e9a8ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/content/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ This will typically look like: `<link data-trunk rel="{type}" href="{path}" ..ot
- `data-integrity`: (optional) the `integrity` digest type for code & script resources. Defaults to plain `sha384`.
- `data-no-minify`: (optional) Opt-out of minification. Also see: [Minification](#minification).
- `data-target-path`: (optional) Path where the output is placed inside the dist dir. If not present, the directory is placed in the dist root. The path must be a relative path without `..`.
- `data-config`: (optional) Path to the tailwind config file, if it is not in the working directory.

## icon

Expand Down

0 comments on commit e9a8ae4

Please sign in to comment.