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

Removed all global styles #54

Closed mrozbarry closed 7 years ago

mrozbarry commented 7 years ago

I removed globally scoped css since all elm ui apps should be using Ui.App as an entry point. I made this change because it was overriding some styles in a web app we embedded our elm-ui app inside of.

gdotdesign commented 7 years ago

I'm closing this since I just released 1.0.0 where all the styles are moved to Elm and there are no global styles anymore.