1 2 3 4 5 6 7 8 9 10 11 12
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./src/**/*.{html,js,ts,jsx,tsx}", "../../../web-common/js/*.{html,js,ts,jsx,tsx}", "../src/**/*.rs", // for Maud templates in Rust files ], theme: { extend: {}, }, plugins: [], }