OralCancerPrediction / Frontends /cnn /tailwind.config.js
Rahul-Samedavar's picture
added frontend drafts
b96b3a8
raw
history blame contribute delete
170 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};