module.exports = { purge: ['./src/**/*.html', './src/components/**/*.jsx'], content: ["./src/**/*.{html,js,jsx}"], theme: { extend: {}, fontFamily: { sans: ['Museo Sans'] } }, plugins: [], }