astro-ghostcms/playground/tailwind.config.cjs

5 lines
142 B
JavaScript
Raw Normal View History

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