Added styling to Grid, Buttons.

This commit is contained in:
Søren Debois 2016-03-19 23:48:23 +01:00
parent 4b94950e8b
commit a7dbf5e710

View file

@ -9,11 +9,13 @@
], ],
"exposed-modules": [ "exposed-modules": [
"Material", "Material",
"Material.Style",
"Material.Color",
"Material.Icon", "Material.Icon",
"Material.Button", "Material.Button",
"Material.Textfield", "Material.Textfield",
"Material.Grid", "Material.Layout",
"Material.Layout" "Material.Grid"
], ],
"dependencies": { "dependencies": {
"debois/elm-dom": "1.0.0 <= v < 2.0.0", "debois/elm-dom": "1.0.0 <= v < 2.0.0",