The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.
I believe they should be changed from background to background-color, since that's the only property they are changing. What do you think? I can make a patch and submit a pull request if you agree.
If you set a
background-image
to an input field, it is overriden bybackground
declarations in some form-related mixins, like this one: https://github.com/zurb/foundation/blob/master/scss/foundation/components/_forms.scss#L106I believe they should be changed from
background
tobackground-color
, since that's the only property they are changing. What do you think? I can make a patch and submit a pull request if you agree.Thanks, Pedro Padron