
João M Cortat
Joined
Activity
Posted in remove the class="simple-form"
thanks, I'll take a look
Posted in remove the class="simple-form"
the goRails login forms were created using simple-form-for?
Posted in remove the class="simple-form"
config.default_form_class = ' '
or
config.default_form_class = ' '
the class continues
Posted in remove the class="simple-form"
hello,
I've tried using /config/initializers/simple_form.rb
config.default_form_class = nil
and also:
<%= simple_form_for(resource, as: resource_name,
url: registration_path(resource_name), html: { class: nil, id: nil }) do |f| %>
the id has been removed, but the class remains
Posted in remove the class="simple-form"
how to remove the class="simple-form" from a form created using the gem?
Posted in css forum Go Rails strategy
I'm following the tutorial for creating the forum and using Tailwind to do the layout. I have seen that classes are used that are not native to Tailwind. What strategy did you use to build the Go Rails forum page?
was sass used, pure css, @apply, other options... ?
thanks for your help