scottcorgan / elm-css-normalize

A port of normalize.css for elm-css

Home Page:http://package.elm-lang.org/packages/scottcorgan/elm-css-normalize/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-css-normalize

A port of normalize.css for elm-css.

Documentation

See the package documentation at: http://package.elm-lang.org/packages/scottcorgan/elm-css-normalize/latest/Css-Normalize

Development/Testing

Build a CSS file by running:

cd examples && elm-css Stylesheets.elm

Build an example HTML file with inline CSS by running:

cd examples && elm package install && elm make Main.elm

Or using the reactor:

cd examples && elm package install && elm reactor then click Main.elm in the browser.

About

A port of normalize.css for elm-css

http://package.elm-lang.org/packages/scottcorgan/elm-css-normalize/latest

License:MIT License


Languages

Language:Elm 100.0%