-
+
This project demonstrates some of the key features of Trigger.dev.{" "}
-
+
Powered by
+
-
-
- trigger.dev/to-do-list-example
-
-
-
-
- To-do list
-
+
-
+
+ To-do list
+
+
+
+
+
+
Trigger.dev jobs
diff --git a/examples/to-do-example/tailwind.config.js b/examples/to-do-example/tailwind.config.js
index 222583d58..973a0b737 100644
--- a/examples/to-do-example/tailwind.config.js
+++ b/examples/to-do-example/tailwind.config.js
@@ -67,6 +67,7 @@ module.exports = {
},
],
},
+
colors: {
bright,
dimmed,
@@ -87,7 +88,9 @@ module.exports = {
"gradient-radial": "radial-gradient(var(--tw-gradient-stops))",
"gradient-conic":
"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))",
+ "gradient-primary": `linear-gradient(90deg, acid-500 0%, toxic-500 100%)`,
+ "gradient-primary-hover": `linear-gradient(80deg, acid-600 0%, toxic-600 100%)`,
},
},
- plugins: [],
+ plugins: [require("tailwindcss-animate")],
};