Prose `.md` files never contain Tailwind class names; scanning them
caused phantom utility emission (e.g. English words like "shadow"
matching Tailwind utility names). Only HTML layout files are needed.
Co-Authored-By: Claude Sonnet 4.6 <redacted>
module.exports = {
content: [
'./themes/**/layouts/**/*.html',
- './themes/**/content/**/*.md',
'./layouts/**/*.html',
- './content/**/*.md',
],
theme: {
extend: {