Skip to content

Commit

Permalink
Update Guide/tailwindcss.markdown
Browse files Browse the repository at this point in the history
Co-authored-by: Amitai Burstein <[email protected]>
  • Loading branch information
kodeFant and amitaibu authored Oct 6, 2023
1 parent 0b1bf61 commit bd0b6a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Guide/tailwindcss.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Yes, while bootstrap is the default CSS framework in IHP, you can also use IHP t

### Adding package to flake.nix

While it's possible to have `nodejs` installed via nix, and then have npm install TailwindCSS, we can skip that part and have nix install the tailwindcss CLI itself.
In the `flake.nix`, add the `tailwindcss` package bundled with the most common official plugins.

```nix
Expand Down

0 comments on commit bd0b6a6

Please sign in to comment.