module.exports = {
  content: ["./src/renderer/**/*.{html,js,vue,ts,jsx,tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
}