ZhangXianQiang
2024-02-29 778914265f06262856d1521f40805281206eb677
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: [],
}