Agile / project 5 /tailwind.config.js
thatsdevvvv's picture
Upload 2050 files
390cffd verified
raw
history blame contribute delete
170 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};