gravity-forms-sass icon indicating copy to clipboard operation
gravity-forms-sass copied to clipboard

Replacement styling for Gravity Forms WordPress plugin written in Sass

Results 6 gravity-forms-sass issues
Sort by recently updated
recently updated
newest added

Bower is including them in the order listed and it seemed to be backwards. Resolves #13

It seems the order in bower.json of the four files in main is backwards. When I reverse it, all seems to be fine.

This is the code that was generated by bourbon for their placeholder mixin. ``` ::-webkit-input-placeholder{color:peachpuff} ::-moz-placeholder{color:peachpuff} :-moz-placeholder{color:peachpuff} :-ms-input-placeholder{color:peachpuff} ```

`$input-transition: all .3s ease-in-out;` gets applied to the textarea element, which causes a delay in the element if its resizable. Setting `resize: none` on the element would solve this issue...

`$input-transition: all .3s ease-in-out;` gets applied to the textarea element, which causes a delay in the element if its resizable. Setting `resize: none` on the element would solve this issue...

Just started using this and its great! Had to put in a variable for `$form-text-transform: uppercase;` to apply it to the inputs. Thanks