Prosento_RepEx / frontend /tailwind.config.js
ChristopherJKoen's picture
Initial React Transcription
1643ce8
raw
history blame contribute delete
170 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{ts,tsx,js,jsx}"],
theme: {
extend: {},
},
plugins: [],
};