Update some README references.

This commit is contained in:
Richard Feldman
2016-09-07 07:50:43 -05:00
parent a4b18516a5
commit 5d2145f0ae
3 changed files with 4 additions and 11 deletions

View File

@@ -16,12 +16,7 @@ elm-package install
elm-live Main.elm --open --pushstate --output=elm.js
```
## Compiling CSS
```bash
elm-css Stylesheets.elm
```
## References
* [Elm CSS documentation](http://package.elm-lang.org/packages/rtfeldman/elm-css/latest)
* [Debug.log](http://package.elm-lang.org/packages/elm-lang/core/latest/Debug#log)
* [lazy](http://package.elm-lang.org/packages/elm-lang/html/latest/Html-Lazy#lazy)