Skip to content

Commit

Permalink
fix: take account tailwindcss variable config tools value
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Pierre Geslin <[email protected]>
  • Loading branch information
Jarsop authored and ctron committed Oct 5, 2023
1 parent 9bed785 commit 7b997d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
## Unreleased
### changed
- Remove HTML glob in tailwind.config.js
- Fix ignored `tailwindcss` variable value in `Trunk.toml` `tools` section.

## 0.17.6
### added
Expand Down
1 change: 1 addition & 0 deletions src/config/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ impl ConfigOpts {
g.sass = g.sass.or(l.sass);
g.wasm_bindgen = g.wasm_bindgen.or(l.wasm_bindgen);
g.wasm_opt = g.wasm_opt.or(l.wasm_opt);
g.tailwindcss = g.tailwindcss.or(l.tailwindcss);
Some(g)
}
};
Expand Down

0 comments on commit 7b997d0

Please sign in to comment.