kios-webapp/apps/web/tailwind.config.cjs

8 lines
175 B
JavaScript
Raw Normal View History

2024-03-07 14:31:41 +00:00
module.exports = {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
theme: {
extend: {},
},
plugins: [require("@tailwindcss/typography")],
};