/** @type {import('tailwindcss').Config} */ module.exports = { content: [ './app/helpers/**/*.rb', './app/javascript/**/*.js', './app/views/**/*.erb', './app/views/**/*.html.erb' ], theme: { extend: {}, }, plugins: [], }