CoolFace
Apppublic

GoJulyAI/benchmark-enhancements

sourceHugging Faceupdated 10mo agoView on Hugging Face
1likes
tailwind.config.js10 linesDownload Raw Back to root
1/** @type {import('tailwindcss').Config} */2module.exports = {3  content: [4    "./src/**/*.{js,jsx,ts,tsx}",5  ],6  theme: {7    extend: {},8  },9  plugins: [],10}