// tailwind.config.js
module.exports = {
  corePlugins: {
    preflight: false,
  },
  content: [
    "./**/*.php",
    "./includes/**/*.php",
    "./js/**/*.js"
  ],
};
