{%- for content in collections.pinned | reverse -%}
-
+
-
+
{{ content.data.title }}
diff --git a/package-lock.json b/package-lock.json
index d97ed74..a0ed779 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -27,7 +27,8 @@
"npm": "^10.5.0",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
- "tailwindcss": "^3.4.1"
+ "tailwindcss": "^3.4.1",
+ "tailwindcss-animated": "^1.0.1"
}
},
"node_modules/@11ty/dependency-tree": {
@@ -9956,6 +9957,15 @@
"node": ">=14.0.0"
}
},
+ "node_modules/tailwindcss-animated": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/tailwindcss-animated/-/tailwindcss-animated-1.0.1.tgz",
+ "integrity": "sha512-u5wusj89ZwP8I+s8WZlaAd7aZTWBN/XEG6QgMKpkIKmAf3xP1A6WYf7oYIKmGaB10UAQaSqWopi/i1ozzZEs8Q==",
+ "dev": true,
+ "peerDependencies": {
+ "tailwindcss": ">=3.1.0"
+ }
+ },
"node_modules/tailwindcss/node_modules/glob-parent": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
@@ -17188,6 +17198,13 @@
}
}
},
+ "tailwindcss-animated": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/tailwindcss-animated/-/tailwindcss-animated-1.0.1.tgz",
+ "integrity": "sha512-u5wusj89ZwP8I+s8WZlaAd7aZTWBN/XEG6QgMKpkIKmAf3xP1A6WYf7oYIKmGaB10UAQaSqWopi/i1ozzZEs8Q==",
+ "dev": true,
+ "requires": {}
+ },
"terser": {
"version": "5.29.2",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.29.2.tgz",
diff --git a/package.json b/package.json
index f7ab8dd..0c38f2a 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,8 @@
"npm": "^10.5.0",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
- "tailwindcss": "^3.4.1"
+ "tailwindcss": "^3.4.1",
+ "tailwindcss-animated": "^1.0.1"
},
"dependencies": {
"@toycode/markdown-it-class": "^1.2.4"
diff --git a/tailwind.config.js b/tailwind.config.js
index 86770e5..bf685bb 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -13,5 +13,6 @@ module.exports = {
},
plugins: [
require("@catppuccin/tailwindcss"),
+ require("tailwindcss-animated"),
],
}