module.exports = { content: [ "./src/**/*.rs", "./index.html", "./src/**/*.html", "./src/**/*.css", ], theme: {}, variants: {}, plugins: [ require("@catppuccin/tailwindcss")({ // which flavour of colours to use by default, in the `:root` defaultFlavour: "mocha", }), ], };