skeuocard
skeuocard copied to clipboard
Make _conformDOM work with nested elements
I was having trouble using this with Bootstrap since Bootstrap relies on nested form elements. This fixes it.
On a side note I had a hell of a time getting this to play nice with Rails. I had to patch the compiled CSS like so:
SKEUOCARD_PATH='./vendor/assets/components/skeuocard/styles/skeuocard.css'
perl -pe 's,url\("\.\./(.*?)"\),url("''<%= asset_path "skeuocard/\1" %>''"),g' ${SKEUOCARD_PATH} > ${SKEUOCARD_PATH}.erb
rm ${SKEUOCARD_PATH}
The skeuocard-rails gem seems outdated.