aria.coffee/tailwind.config.mjs
BuyMyMojo 4bdb2ca436
Finally finish this enough to post
From here I will actually track changed with git but I just needed a base to work from.

RIP this attomic ass commit
2024-12-17 01:01:43 +11:00

10 lines
216 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {},
},
plugins: [
require('@tailwindcss/typography'),
],
}