mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.34k stars 110 forks source link

Added a note for missing <!DOCTYPE html> issues #314

Closed escherlies closed 3 years ago

escherlies commented 3 years ago

I have had layout issues on Safari and after debugging I found, that the issue was related to a missing <!DOCTYPE html> in my application.

After searching through the Elm Slack channel I saw that many people experienced the same issue.

This PR adds a note to the documentation stating that a missing <!DOCTYPE html> might cause issues, to save a lot of time for a lot of people.

mdgriffith commented 3 years ago

Good call! Thanks for the PR