You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Fix templates tailwind config
This commit is contained in:
@ -17,6 +17,6 @@ const base = require("./tailwind.config.cjs");
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
...base,
|
||||
content: ["../crates/templates/res/**/*.html"],
|
||||
content: ["../templates/**/*.html"],
|
||||
darkMode: "media",
|
||||
};
|
||||
|
Reference in New Issue
Block a user