I found that other CSS components on my page broke when I did:
+stack-form
at the top level. I found that I had to scope this specifically to formtastic forms to contain the breakage:
form.formtastic
+stack-form
Should this be the default in formtastic-sass or at least be the documented approach in the README?
I found that other CSS components on my page broke when I did:
+stack-form
at the top level. I found that I had to scope this specifically to formtastic forms to contain the breakage:
form.formtastic
+stack-form
Should this be the default in formtastic-sass or at least be the documented approach in the README?