This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git submodule add git@mygithost:billboard lib/billboard | |
| git submodule add https://github.com/mdgriffith/ui-animation lib | |
| git submodule update --remote --merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module Main exposing (..) | |
| import Style | |
| ------------ Style initialization --------------- | |
| {-| Normal init |
NewerOlder