followgraph/tailwind.config.js

12 wiersze
207 B
JavaScript
Czysty Zwykły widok Historia

2022-12-20 13:50:49 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}