⬆️ Upgrade to Tailwind v3.1.3

This commit is contained in:
James Panther
2022-06-17 10:20:22 +10:00
parent 95983148cb
commit a620f187e0
5 changed files with 812 additions and 2197 deletions

View File

@@ -1,15 +1,12 @@
const colors = require("tailwindcss/colors");
module.exports = {
mode: "jit",
purge: {
content: [
"./layouts/**/*.html",
"./content/**/*.{html,md}",
"./themes/lynx/layouts/**/*.html",
"./themes/lynx/content/**/*.{html,md}",
],
},
content: [
"./layouts/**/*.html",
"./content/**/*.{html,md}",
"./themes/lynx/layouts/**/*.html",
"./themes/lynx/content/**/*.{html,md}",
],
darkMode: "media",
theme: {
colors: {