Jenkins-test

This commit is contained in:
ISA
2024-07-11 08:24:18 +02:00
parent 3bbbfeb872
commit 3ea4ce99b5
12 changed files with 4261 additions and 851 deletions

View File

@@ -1,7 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
purge: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
content: [],
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {
zIndex: {