activestylus / formtastic-sass

Flexible Formtastic styling with Sass
199 stars 16 forks source link

Scope formtastic-sass to ".formtastic"? #8

Open librato-mike opened 14 years ago

librato-mike commented 14 years ago

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?