astro-ghostcms/playground/tailwind.config.cjs

5 lines
141 B
JavaScript
Raw Normal View History

2024-01-31 21:12:54 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
presets: [require("@matthiesenxyz/astro-ghostcms-catppuccin/macchiato")],
2024-01-31 21:12:54 +00:00
};