1
0
Files
medical-notes/stroma/file/frontend/tailwind.config.js
Johan Dahlin 50366b9b9c
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m29s
vault backup: 2025-12-26 02:09:22
2025-12-26 02:09:22 +01:00

14 lines
266 B
JavaScript

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