honigle/tailwind.config.js
2022-01-16 15:11:27 +04:00

7 lines
111 B
JavaScript

module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
}