Skip to content
Snippets Groups Projects
tailwind.config.js 203 B
Newer Older
  • Learn to ignore specific revisions
  • /** @type {import('tailwindcss').Config} */
    module.exports = {
        content: ["./hypha/templates/**/*.html", "./hypha/**/templates/**/*.html"],
        theme: {
            extend: {},
        },
        plugins: [],
    };