module.exports = { content: [ './app/components/**/*.html.erb', './app/views/**/*.html.erb', './app/helpers/**/*.rb', './app/javascript/**/*.js' ], theme: { extend: { fontFamily: { sans: ['Open Sans', 'sans-serif'] } }, }, plugins: [ require('@tailwindcss/forms') ], }