Skip to content

Commit

Permalink
fix: speed up tailwind compilation times
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Aug 11, 2024
1 parent 8dc5483 commit 147fbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/site-app/style/tailwind/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
content: [
"./**/*.rs"
"./crates/**/*.rs"
],
theme: {
fontFamily: {
Expand Down

0 comments on commit 147fbfc

Please sign in to comment.