tailwind.config.js 129 B

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