PoCInnovation / front /tailwind.config.js
pierrelissope
deploy: added project base
fef8a16
raw
history blame
150 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
};