⬆️ Upgrade to Tailwind v3.1.3
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user