diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-04T15·37+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-04T15·37+0100 |
commit | c4299558a75df8ea173c77dbc8800930dfa6519d (patch) | |
tree | 8b7efcaf65a4b2fae067ebdf30a6fbccfb488675 /boilerplate | |
parent | b1c403f6b913d0ac416efffba8e563ab6a24fa9b (diff) |
Include instructions for building Tailwind CSS in README.md
After consuming my Elm boilerplate, I realized that I was missing this.
Diffstat (limited to 'boilerplate')
-rw-r--r-- | boilerplate/elm/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boilerplate/elm/README.md b/boilerplate/elm/README.md index 425d5163ea35..04804ad94fac 100644 --- a/boilerplate/elm/README.md +++ b/boilerplate/elm/README.md @@ -11,6 +11,7 @@ in which you can develop: ```shell $ nix-shell +$ npx tailwindcss build index.css -o output.css $ elm-live -- src/Main.elm --output=Main.min.js ``` |