Rename part14 to part12

This commit is contained in:
Richard Feldman
2016-09-06 20:43:33 -07:00
parent ce5f0d0b60
commit a171aebb1f
17 changed files with 490 additions and 821 deletions

View File

@@ -1,27 +0,0 @@
Part 12
=======
## Installation
```bash
elm-package install
```
(Answer `y` when prompted.)
## Building
```bash
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)