module.exports = { content: [ './docs/**/*.{vue,js,ts,jsx,tsx,md}', '!./**/cache', '!./**/.temp', ], theme: { extend: {}, }, plugins: [], }