Skip to content
Snippets Groups Projects
tailwind.config.js 488 B
Newer Older
/** @type {import('tailwindcss').Config} */
module.exports = {
    content: [
        "./hypha/templates/**/*.html",
        "./hypha/**/templates/**/*.html",
        "./hypha/**/*.{py,js}",
    ],
        extend: {
            colors: {
                "light-blue": "#0d7db0",
                "dark-blue": "#0c72a0",
                tomato: "#f05e54",
                "mid-grey": "#cfcfcf",
    plugins: [require("@tailwindcss/forms")],