honigle/tailwind.config.js

8 lines
112 B
JavaScript
Raw Normal View History

2022-01-08 18:35:47 -05:00
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};