tailwind.config.js 103 B

1234
  1. module.exports = {
  2. content: ["./src/index.html", "./src/**/*.{vue,svelte,js,ts}"],
  3. plugins: [],
  4. };