ZhangXianQiang
2024-03-04 3f2b5f1dd9c642bb9c1812dce3e90b030584f45b
tailwind.config.js
New file
@@ -0,0 +1,13 @@
/** @type {import('tailwindcss').Config} */
// const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
  content: ['./index.html', './src/**/*.{vue,js,ts}'],
  theme: {
    extend: {
      // fontFamily: {
      //   sans: ['"Inter var"', ...defaultTheme.fontFamily.sans],
      // },
    },
  },
  plugins: [],
}