clipper/frontend/tailwind.config.js

8 lines
112 B
JavaScript
Raw Normal View History

2022-01-11 12:12:07 +00:00
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
};