gdotdesign / elm-ui

UI library for making web applications with Elm
https://elm-ui.netlify.com
BSD 2-Clause "Simplified" License
920 stars 39 forks source link

Exposing Ui.Css ? #91

Open rande opened 6 years ago

rande commented 6 years ago

Look like the Ui.Css|Ui.Css.Properties|Ui.Styles.Mixins are not exposed in the elm-package.json file. I would like to reuse your helpers to respect your conventions for creating a new menu component. Any reason why this module is not exposed ?

https://github.com/gdotdesign/elm-ui/blob/f983acf0e5f1c22b620b22458985a5142b07ae63/elm-package.json#L11-L71

RobertFischer commented 6 years ago

I'm happy to do this dev work and submit a PR, if it would be merged.