You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-06 06:02:40 +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} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
...base,
|
...base,
|
||||||
content: ["../crates/templates/res/**/*.html"],
|
content: ["../templates/**/*.html"],
|
||||||
darkMode: "media",
|
darkMode: "media",
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user