I have been utilizing jsonform from https://github.com/joshfire/jsonform to create forms based on a json schema. However, jsonform requires its own css for the form, while I prefer to use a different css for my website's template. Is there a method to apply css exclusively to a specific tag? For example, solely to the html within a certain div?
I am working with rails, so the head remains constant across all pages.
Appreciate any pointers or advice. Thanks!