"official/legacy/transformer/README.md" did not exist on "3fca8afe7eaaaa845b803ab7951ee3f3ed235208"
tailwind.config.js 170 Bytes
Newer Older
guobj's avatar
init  
guobj committed
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
export default {
  content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
};