Skip to content

Commit

Permalink
Remove legacy config defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kodeFant committed Oct 6, 2023
1 parent ad89f8c commit 2003579
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 8 deletions.
58 changes: 58 additions & 0 deletions Guide/search/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Guide/tailwindcss.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,10 @@ import Web.View.CustomCSSFramework -- ADD THIS IMPORT

config :: ConfigBuilder
config = do
option Development
option (AppHostname "localhost")
-- See https://ihp.digitallyinduced.com/Guide/config.html
-- for what you can do here
option customTailwind -- ADD THIS OPTION
pure ()
```


Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2003579

Please sign in to comment.