Add gallery support for posts

This commit is contained in:
2023-05-13 20:42:10 +10:00
parent 7fc753b99e
commit 5527ab55f6
6 changed files with 243 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
const colors = require("tailwindcss/colors");
module.exports = {
content: ["./app/templates/**/*.slim"],
content: ["./app/templates/**/*.slim", "./public/assets/index.js"],
theme: {
fontSize: {
xsm: '0.75rem',