nblm-watermark-remover / tailwind.config.js
ucalyptus
Set up watermark remover React application with build output
4516471
raw
history blame contribute delete
182 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}