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

Background size contain should set value to `contain` not to `container` #112

Closed akoppela closed 6 years ago

akoppela commented 6 years ago

https://github.com/mdgriffith/style-elements/blob/9213123530dd6afe94f6d13773ac1c34e133c25a/src/Style/Internal/Render/Property.elm#L299

https://developer.mozilla.org/en-US/docs/Web/CSS/background-size

mdgriffith commented 6 years ago

Just merged a PR that fixed this :)