llm_log_frontend/tailwind.config.mjs

8 lines
105 B
JavaScript

import typography from '@tailwindcss/typography';
export default {
plugins: [
typography,
],
};