albert.lol/tailwind.config.js
skidoodle 7dedfba1f9 v3
2022-08-14 19:59:03 +02:00

11 lines
No EOL
205 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}'
],
theme: {
extend: {},
},
plugins: [],
}