module.exports = { content: [ "./layouts/**/*.html", "./content/**/*.{html,md}", ], safelist: [ 'sm:flex-row', 'lg:flex-row' ], };