honigle/tailwind.config.js
2022-01-08 18:35:47 -05:00

7 lines
112 B
JavaScript

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