๐Ÿ“ฆ hyoban / inbox-note-ext

๐Ÿ“„ tailwind.config.js ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13module.exports = {
  content: [
    "./index.html",
    "./src/**/*.{vue,js,ts,jsx,tsx}",
    "./src_crx/**/*.{vue,js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [
    require('@tailwindcss/forms'),
  ],
}