mdgriffith / style-elements

Create styles that don't mysteriously break!
http://package.elm-lang.org/packages/mdgriffith/style-elements/latest
BSD 3-Clause "New" or "Revised" License
445 stars 49 forks source link

Add missing documentation #152

Open luc-tielen opened 6 years ago

luc-tielen commented 6 years ago

The big picture of what I'm trying to do

Experimenting / trying out a small webapp that uses this library.

What I did

Tried to use some features in the library, started looking for docs to figure out how certain functions work.

What I Expected To Happen

Expected docs to be there for all functions, preferrably with examples.

What Actually Happened

Documentation was missing, quite a few functions have {-| -} as their 'documentation' in code. Ended up looking at actual code to figure out what was going on.