You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went to use the float-inputs-for functionality in a project I'm working on and ended up with a Sass::SyntaxError letting me know that the +grid-inputs-core and +float-inputs-core mixins are missing from the current version of formtastic-sass.
The text was updated successfully, but these errors were encountered:
By looking at the code, its taking the 1st argument (!dom_target) and creating a new class or id with it. Once that is done, its calling grid-inputs as normal using the !width and !line_height if provided, otherwise it uses the default values of 100px and 150%.
I went to use the float-inputs-for functionality in a project I'm working on and ended up with a Sass::SyntaxError letting me know that the +grid-inputs-core and +float-inputs-core mixins are missing from the current version of formtastic-sass.
The text was updated successfully, but these errors were encountered: