authentikate/docs/tailwind.config.js
Javier Feliz 821e49288d
Some checks failed
linter / quality (push) Successful in 7m10s
tests / ci (push) Failing after 10m19s
Finally just moved the docs here
2025-08-04 19:12:42 -04:00

11 lines
180 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [
'./.vitepress/**/*.{js,ts,vue}',
'./**/*.md'
],
theme: {
extend: {},
},
plugins: [],
}