sebastiaanvisser / clay

A CSS preprocessor as embedded Haskell.
Other
360 stars 73 forks source link

add htmlInline config #127

Closed bobjflong closed 8 years ago

bobjflong commented 8 years ago

Fixes https://github.com/sebastiaanvisser/clay/issues/120

This PR extracts the { } opinion to fields in the Config type, and adds a new htmlInline config which avoids setting them.

NB. inline might be a better name, but it is already used by the Display module so I thought I'd avoid it.