SokratesAI / frontend /tailwind.config.js
Alleinzellgaenger's picture
Created PDF upload functionality. A bit rough but works.
9e51bdc
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}