hilingriviw/tailwind.config.js
NCanggoro e705472d6a init
2023-08-28 16:55:35 +07:00

10 lines
170 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}