In this lesson we will take a basic application, bootstrapped with create-elm-app, and begin converting the div
s and h1
s into style-element
s.
Style elements separate our styles from the layout and positioning of elements. The Element
module gives us everything we need for our view while the Style
module will be the base for creating our stylesheet.
Thanks for the lesson, but maybe it makes more sense to use elm-ui which is a complete rewrite of style-elements?