tailwind.config.js 166 B

12345678910
  1. module.exports = {
  2. content: [
  3. "./index.html",
  4. "./src/**/*.{vue,js,ts,jsx,tsx}",
  5. ],
  6. theme: {
  7. extend: {},
  8. },
  9. plugins: [],
  10. }