Open martinGerez opened 10 months ago
If you only use some classes of tailwind inside Simple Form Wrappers, I only got it to work properly adding also config/initializers/simple_form.rb.
config/initializers/simple_form.rb
So, you will need to add the following lines:
content: [ `${process.env.SIMPLE_FORM_TAILWIND_DIR}/**/*.rb`, `./config/initializers/simple_form.rb`, ... ],
If you only use some classes of tailwind inside Simple Form Wrappers, I only got it to work properly adding also
config/initializers/simple_form.rb
.So, you will need to add the following lines: